summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* in grub menu.lst, keep previous "serial ..." and "terminal ..." lines (bugzil...Pascal Rigaux2004-10-111-2/+6
* on a recent kernel, we remove any existing devfs= kernel option to enable udevPascal Rigaux2004-10-081-1/+10
* fix regexp decompose_vmlinuz_name (broke with kernel vmlinuz-2.6.8.1-12.1mdk)Pascal Rigaux2004-10-061-1/+1
* no need to require pkgs (and it makes bootloader-config some break when remov...Pascal Rigaux2004-09-151-1/+0
* handle raid-extra-boot (bugzilla #11350)Pascal Rigaux2004-09-091-1/+1
* remove unused variablePascal Rigaux2004-09-091-1/+1
* - handle lilo "static-bios-codes" optionPascal Rigaux2004-09-091-2/+3
* help emacs modePascal Rigaux2004-09-091-1/+1
* fix regexp to work with "linux-2.6.8.1-10mdk"Pascal Rigaux2004-09-091-1/+1
* instead of expanding symlinks in any case, only do it when renaming "linux"Pascal Rigaux2004-09-091-19/+26
* create get_kernels_and_labels_before_kernel_remove() used by bootloader-configPascal Rigaux2004-09-071-2/+11
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-1/+1
* - fix short label with extension. eg: have "linux-smp" instead of "linuxsmp"Pascal Rigaux2004-08-171-1/+1
* help debugging detectloaderPascal Rigaux2004-08-161-0/+1
* add and use bootloader::set_append_netprofile() and bootloader::get_append_ne...Olivier Blin2004-08-131-0/+13
* - bootloader::remove_append_dict() is not useful, bootloader::set_append() ca...Pascal Rigaux2004-08-131-7/+0
* remove old linuxconf profile codeOlivier Blin2004-08-131-19/+0
* add remove_append_dictOlivier Blin2004-08-131-0/+7
* (mkinitrd) log failled commandThierry Vignaud2004-08-111-1/+1
* mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at va...Pascal Rigaux2004-08-101-1/+0
* - switch to mdadm (instead of raidtools)Pascal Rigaux2004-08-081-1/+1
* update yaboot code (based on Christiaan Welvaart patch)Pascal Rigaux2004-08-051-8/+18
* /usr/sbin/ofpath seems to need /mnt/sys mounted, and the device must exist (C...Pascal Rigaux2004-08-051-0/+4
* fix typos (Christiaan Welvaart)Pascal Rigaux2004-08-051-2/+2
* pass around $all_hds instead of $hdsPascal Rigaux2004-08-051-32/+32
* create bootloader::allowed_boot_parts() and use it,Pascal Rigaux2004-08-051-0/+12
* - same_entries() doesn't look anymore at kernel optionsPascal Rigaux2004-08-041-4/+7
* try to keep the order of kernel options (to help same_entries())Pascal Rigaux2004-08-041-4/+14
* handle win4lin kernelsPascal Rigaux2004-08-041-6/+8
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-21/+21
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-6/+10
* remove debugging codePascal Rigaux2004-07-201-2/+0
* don't bootloader::suggest_floppyPascal Rigaux2004-07-191-15/+0
* don't unset prompt when timeout is undefined (and don't care when timeout is 0)Pascal Rigaux2004-07-191-2/+2
* save the previous bootloader config file (bugzilla #10072)Pascal Rigaux2004-07-181-6/+20
* make_boot_splash is no good since the same initrd is used with or without vga=,Pascal Rigaux2004-07-151-9/+0
* alt_xxx instead of old_xxx for bootloader labels (as suggested by Svetoslav S...Pascal Rigaux2004-07-151-1/+1
* (sort_hds_according_to_bios): when installing on floppy, $boot_hd is undefine...Pascal Rigaux2004-07-121-3/+3
* remove unneeded spaces in append=" foo"Pascal Rigaux2004-07-061-0/+1
* write_lilo handles "optional"Pascal Rigaux2004-07-061-0/+1
* rename varPascal Rigaux2004-07-061-17/+17
* cleanupPascal Rigaux2004-07-061-2/+1
* cleanupPascal Rigaux2004-07-061-12/+13
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-1/+1
* drop "other" entries in grub conf when the device is unknownPascal Rigaux2004-07-051-3/+8
* - handle missing root=/dev/xxx kernel commandline parameterPascal Rigaux2004-07-051-6/+7
* oops, revert debugging codePascal Rigaux2004-07-051-1/+1
* fix typoPascal Rigaux2004-07-031-1/+1
* fix typoPascal Rigaux2004-07-011-1/+1
* - mkinitrd() calls make-boot-splash after building the initrdPascal Rigaux2004-06-291-47/+121