| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
o fix dropping "chainloader" and "configfile" entries (#44045)
(at last!)
|
|
|
|
|
| |
o fix handling fd0 (regression introduced in 11.44) (#44049)
|
|
|
|
|
|
|
|
|
|
|
| |
o handle /boot/grub/install.sh with no "root (hd...)" line
(this is the case for grub's installed prior to 2005-06-16)
(#43786, #43431)
nb: "bootloader-config --action migrate-to-uuids" should be done prior to
booting with a different layout, and so /boot/grub/install.sh is regenerated
and will include "root (hd...)" line
|
|
|
|
|
|
| |
nb: no functional change. all computation using $fstab and $grub2dev are moved
out of _parse_grub_menu_lst() to read_grub_menu_lst()
|
|
|
|
|
|
|
| |
o fix reading existing grub conf in present of /dev/mapper/xxxx0p1
partitions (which was causing bootloader-config to drop correct entries,
cf #37722)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
o --action migrate-to-uuids: backup conf file prior to migration with suffix
|
|
|
|
|
| |
they will be written verbatim anyway
|
| |
|
|
|
|
|
|
| |
o call mkinitrd without "-v" to make it silent (#42992)
|
|
|
|
|
| |
(regression introduced on 2004-08-05)
|
|
|
|
|
|
| |
o fix handling xen kernels: it should not replace an existing 'linux'
entry (#40865)
|
|
|
|
|
|
| |
o do not detect device.map inconsistency when "/boot" (or "/") is on Linux
software raid (/dev/mdX), cf #28309 and #35714
|
|
|
|
|
|
| |
o fix detecting device.map inconsistency when "/boot" and "/" are not on
same "drive" (esp. when "/" is LVM and "/boot" is not, #39229)
|
|
|
|
|
|
|
| |
o fix reading grub conf (#39346)
also ensure we don't break $grub2dev when we're not given a valid $fstab
|
|
|
|
|
|
| |
o fix device.map if it is not consistent with the system
(eg: it says hd0 in sdb whereas it now is sda) (#39160)
|
| |
|
| |
|
|
|
|
|
| |
bios drive (cf #38829)
|
|
|
|
|
| |
(broken because of ntfs-3g switch in previous release)
|
|
|
|
|
| |
o have a nicer name for "mnb" kernels
|
|
|
|
|
|
|
| |
o fix dropping grub "configfile" entries when switching to lilo
more precisely: fix reading existing grub "configfile" entries
|
|
|
|
|
| |
(regression introduced on 2007-11-26) (#37722)
|
|
|
|
|
|
|
|
| |
o never use "vmlinuz-desktop" or "initrd-desktop.img", always use "vmlinuz"
or "initrd.img" (#35721)
this should have been done together with commit r226739 (2007-08-31)
|
| |
|
|
|
|
|
| |
(using grub "configfile") (see #16604)
|
|
|
|
|
| |
o do not drop "lock" in chainload entries from grub's menu.lst
|
|
|
|
|
| |
present (#8086)
|
|
|
|
|
|
|
|
|
| |
o fix regression introduced in 10.5.7: do not create alt_xxx entries when
adding a new entry in bootloader
nb: bug introduced by {verbatim} entry field, reported by Andrey on cooker
mailing list
|
| |
|
|
|
|
|
| |
calling it again (#35255) (ie implement "lilo -u" for grub)
|
|
|
|
|
| |
o handle "alien" grub entries that will be kept verbatim (#23591)
|
|
|
|
|
|
| |
o handle "root (hd...)" for menu.lst entries (#23591)
(nb: when writing, "root ..." will not be used)
|
|
|
|
|
|
|
| |
(to avoid name conflict with {root} used for the root partition (think lilo))
this commit is needed by next commit
|
|
|
|
|
|
| |
o when reading existing menu.lst, keep verbatim entries for which the device
has no mount-point
|
|
|
|
|
|
|
| |
o do not create "linux" entries for xen kernels, but "xen" entries instead
(as requested by guillomovitch on #mandrivafr)
|
| |
|
| |
|
|
|
|
|
|
| |
o if drakx-kbd-mouse-x11 is not installed, simply don't add bootsplash
instead of dying
|
|
|
|
|
| |
o if there is a /boot, check /boot instead of "/" to allow grub or not
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o --rebuild-initrds: don't choke on kernel files which have no version in
file name (#28772)
(thanks to anssi)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
o handle new naming of vmlinuz flavors: vmlinuz-<version>-<flavor>-Xmdv
instead of vmlinuz-<version>-Xmdv<flavor>
o always use "linux" short name instead of "linux-<flavor>"
(since the long name is quite nice nowadays)
- drop now unneeded special case for kernel-tmb
|
| |
|
| |
|