| Commit message (Expand) | Author | Age | Files | Lines |
* | ia64 uses the lilo method (even if it has some important differences) | Pascal Rigaux | 2004-12-17 | 1 | -0/+1 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -10/+10 |
* | perl_checker compliance | Pascal Rigaux | 2004-11-29 | 1 | -1/+1 |
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 1 | -27/+0 |
* | don't use typeOfMBR to check the method on floppy which may not be inserted | Pascal Rigaux | 2004-11-23 | 1 | -1/+4 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
* | rename get_of_dev() -> dev2yaboot() | Pascal Rigaux | 2004-11-16 | 1 | -4/+4 |
* | don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot() instead | Pascal Rigaux | 2004-11-16 | 1 | -4/+0 |
* | - create yaboot2file() and use it | Pascal Rigaux | 2004-11-16 | 1 | -76/+88 |
* | - handle setting memsize mem= kernel parameter in a special function | Pascal Rigaux | 2004-10-27 | 1 | -16/+22 |
* | split {get,set}_append() into {get,set}_append_with_key() and {get,set}_appen... | Pascal Rigaux | 2004-10-27 | 1 | -40/+47 |
* | many kernel parameters alike "console=tty0 console=ttyS0,57600" can take | Pascal Rigaux | 2004-10-27 | 1 | -1/+6 |
* | detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089) | Pascal Rigaux | 2004-10-26 | 1 | -6/+21 |
* | run grub chrooted | Gwenolé Beauchesne | 2004-10-26 | 1 | -3/+1 |
* | in grub menu.lst, keep previous "serial ..." and "terminal ..." lines (bugzil... | Pascal Rigaux | 2004-10-11 | 1 | -2/+6 |
* | on a recent kernel, we remove any existing devfs= kernel option to enable udev | Pascal Rigaux | 2004-10-08 | 1 | -1/+10 |
* | fix regexp decompose_vmlinuz_name (broke with kernel vmlinuz-2.6.8.1-12.1mdk) | Pascal Rigaux | 2004-10-06 | 1 | -1/+1 |
* | no need to require pkgs (and it makes bootloader-config some break when remov... | Pascal Rigaux | 2004-09-15 | 1 | -1/+0 |
* | handle raid-extra-boot (bugzilla #11350) | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
* | remove unused variable | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
* | - handle lilo "static-bios-codes" option | Pascal Rigaux | 2004-09-09 | 1 | -2/+3 |
* | help emacs mode | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
* | fix regexp to work with "linux-2.6.8.1-10mdk" | Pascal Rigaux | 2004-09-09 | 1 | -1/+1 |
* | instead of expanding symlinks in any case, only do it when renaming "linux" | Pascal Rigaux | 2004-09-09 | 1 | -19/+26 |
* | create get_kernels_and_labels_before_kernel_remove() used by bootloader-config | Pascal Rigaux | 2004-09-07 | 1 | -2/+11 |
* | add __regexp suffix to matching_desc() and matching_driver() | Thierry Vignaud | 2004-08-27 | 1 | -1/+1 |
* | - fix short label with extension. eg: have "linux-smp" instead of "linuxsmp" | Pascal Rigaux | 2004-08-17 | 1 | -1/+1 |
* | help debugging detectloader | Pascal Rigaux | 2004-08-16 | 1 | -0/+1 |
* | add and use bootloader::set_append_netprofile() and bootloader::get_append_ne... | Olivier Blin | 2004-08-13 | 1 | -0/+13 |
* | - bootloader::remove_append_dict() is not useful, bootloader::set_append() ca... | Pascal Rigaux | 2004-08-13 | 1 | -7/+0 |
* | remove old linuxconf profile code | Olivier Blin | 2004-08-13 | 1 | -19/+0 |
* | add remove_append_dict | Olivier Blin | 2004-08-13 | 1 | -0/+7 |
* | (mkinitrd) log failled command | Thierry Vignaud | 2004-08-11 | 1 | -1/+1 |
* | mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at va... | Pascal Rigaux | 2004-08-10 | 1 | -1/+0 |
* | - switch to mdadm (instead of raidtools) | Pascal Rigaux | 2004-08-08 | 1 | -1/+1 |
* | update yaboot code (based on Christiaan Welvaart patch) | Pascal Rigaux | 2004-08-05 | 1 | -8/+18 |
* | /usr/sbin/ofpath seems to need /mnt/sys mounted, and the device must exist (C... | Pascal Rigaux | 2004-08-05 | 1 | -0/+4 |
* | fix typos (Christiaan Welvaart) | Pascal Rigaux | 2004-08-05 | 1 | -2/+2 |
* | pass around $all_hds instead of $hds | Pascal Rigaux | 2004-08-05 | 1 | -32/+32 |
* | create bootloader::allowed_boot_parts() and use it, | Pascal Rigaux | 2004-08-05 | 1 | -0/+12 |
* | - same_entries() doesn't look anymore at kernel options | Pascal Rigaux | 2004-08-04 | 1 | -4/+7 |
* | try to keep the order of kernel options (to help same_entries()) | Pascal Rigaux | 2004-08-04 | 1 | -4/+14 |
* | handle win4lin kernels | Pascal Rigaux | 2004-08-04 | 1 | -6/+8 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -21/+21 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -6/+10 |
* | remove debugging code | Pascal Rigaux | 2004-07-20 | 1 | -2/+0 |
* | don't bootloader::suggest_floppy | Pascal Rigaux | 2004-07-19 | 1 | -15/+0 |
* | don't unset prompt when timeout is undefined (and don't care when timeout is 0) | Pascal Rigaux | 2004-07-19 | 1 | -2/+2 |
* | save the previous bootloader config file (bugzilla #10072) | Pascal Rigaux | 2004-07-18 | 1 | -6/+20 |
* | make_boot_splash is no good since the same initrd is used with or without vga=, | Pascal Rigaux | 2004-07-15 | 1 | -9/+0 |