Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (read_grub_menu_lst) fix crash introduced in latest commit... | Thierry Vignaud | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | windows boot partition is the active one (#49483) | Pascal Terjan | 2009-04-15 | 1 | -7/+1 |
| | |||||
* | keep grub entries which refer to unknown devices verbatim instead of ↵ | Pascal Terjan | 2009-04-15 | 1 | -4/+11 |
| | | | | crashing (#48728) | ||||
* | bootloader: add large-memory option to lilo | Pascal Terjan | 2009-04-08 | 1 | -1/+2 |
| | |||||
* | (install) enable having /boot as ext4 | Thierry Vignaud | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | fix a crash when boot device is not removable | Pascal Terjan | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | Use fs::get::part2hd instead of reinventing it | Pascal Terjan | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | When installing to a removable device, put boot sector there, else put it ↵ | Pascal Terjan | 2009-02-09 | 1 | -2/+10 |
| | | | | into first non removable drive (#47106) | ||||
* | - add comments | Pascal Rigaux | 2009-01-15 | 1 | -3/+11 |
| | | | | | - fix #45515 | ||||
* | add comments | Pascal Rigaux | 2009-01-15 | 1 | -2/+10 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-14 | 1 | -0/+2 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-14 | 1 | -0/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2009-01-14 | 1 | -2/+2 |
| | |||||
* | (install) prevent using ext4 for /boot since grub doesn't know yet about ↵ | Thierry Vignaud | 2009-01-11 | 1 | -1/+1 |
| | | | | ext4's extents | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-12-16 | 1 | -6/+8 |
| | | | | | | o do not modify /boot/vmlinuz symlinks before doing mkinitrd in case mkinitrd fails (#44862) | ||||
* | - really fix setting lilo when needed (#39878) | Pascal Rigaux | 2008-10-10 | 1 | -1/+2 |
| | |||||
* | - bootloader-config, drakboot | Pascal Rigaux | 2008-09-30 | 1 | -1/+1 |
| | | | | | | | o fix dropping "chainloader" and "configfile" entries (#44045) (at last!) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-09-22 | 1 | -1/+1 |
| | | | | | o fix handling fd0 (regression introduced in 11.44) (#44049) | ||||
* | - bootloader-config, drakboot: | Pascal Rigaux | 2008-09-19 | 1 | -0/+3 |
| | | | | | | | | | | | 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 | ||||
* | create _parse_grub_menu_lst() out of read_grub_menu_lst() | Pascal Rigaux | 2008-09-19 | 1 | -7/+20 |
| | | | | | | nb: no functional change. all computation using $fstab and $grub2dev are moved out of _parse_grub_menu_lst() to read_grub_menu_lst() | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-09-16 | 1 | -1/+1 |
| | | | | | | | o fix reading existing grub conf in present of /dev/mapper/xxxx0p1 partitions (which was causing bootloader-config to drop correct entries, cf #37722) | ||||
* | add some comment | Pascal Rigaux | 2008-09-16 | 1 | -1/+4 |
| | |||||
* | o allow UTF8 in /boot/grub/menu.lst (#43714) | Pascal Rigaux | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | - drop the ability to set mem=xxx in bootloader configuration (#42329) | Pascal Rigaux | 2008-09-09 | 1 | -20/+0 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2008-09-05 | 1 | -5/+5 |
| | | | | | o --action migrate-to-uuids: backup conf file prior to migration with suffix | ||||
* | modify_append: do not modify entries which are marked {keep_verbatim} since | Pascal Rigaux | 2008-09-04 | 1 | -1/+1 |
| | | | | | they will be written verbatim anyway | ||||
* | remove superfluous parenthesis | Olivier Blin | 2008-08-25 | 1 | -1/+1 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2008-08-22 | 1 | -1/+1 |
| | | | | | | o call mkinitrd without "-v" to make it silent (#42992) | ||||
* | - allow to install bootloader on md0 (#42999) | Pascal Rigaux | 2008-08-22 | 1 | -1/+1 |
| | | | | | (regression introduced on 2004-08-05) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-06-23 | 1 | -5/+10 |
| | | | | | | o fix handling xen kernels: it should not replace an existing 'linux' entry (#40865) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-04-24 | 1 | -2/+2 |
| | | | | | | o do not detect device.map inconsistency when "/boot" (or "/") is on Linux software raid (/dev/mdX), cf #28309 and #35714 | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-04-14 | 1 | -12/+12 |
| | | | | | | o fix detecting device.map inconsistency when "/boot" and "/" are not on same "drive" (esp. when "/" is LVM and "/boot" is not, #39229) | ||||
* | - draksplash: | Pascal Rigaux | 2008-03-27 | 1 | -1/+2 |
| | | | | | | | o fix reading grub conf (#39346) also ensure we don't break $grub2dev when we're not given a valid $fstab | ||||
* | - bootloader-config, drakboot: | Pascal Rigaux | 2008-03-21 | 1 | -2/+26 |
| | | | | | | o fix device.map if it is not consistent with the system (eg: it says hd0 in sdb whereas it now is sda) (#39160) | ||||
* | create parse_grub_file() out of grub2dev_and_file() | Pascal Rigaux | 2008-03-21 | 1 | -2/+8 |
| | |||||
* | prepare next commit | Pascal Rigaux | 2008-03-21 | 1 | -5/+12 |
| | |||||
* | - ask which drive to install bootloader if we don't really know which is first | Pascal Rigaux | 2008-03-20 | 1 | -0/+9 |
| | | | | | bios drive (cf #38829) | ||||
* | - fix resizing/formatting ntfs, and create "Windows" entry in bootloader | Pascal Rigaux | 2008-03-05 | 1 | -1/+1 |
| | | | | | (broken because of ntfs-3g switch in previous release) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
| | | | | | o have a nicer name for "mnb" kernels | ||||
* | - drakboot --boot: | Pascal Rigaux | 2008-02-19 | 1 | -0/+4 |
| | | | | | | | o fix dropping grub "configfile" entries when switching to lilo more precisely: fix reading existing grub "configfile" entries | ||||
* | - do not create alt_windows unless needed | Pascal Rigaux | 2008-02-18 | 1 | -0/+3 |
| | | | | | (regression introduced on 2007-11-26) (#37722) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-02-05 | 1 | -4/+2 |
| | | | | | | | | 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) | ||||
* | do add entry for other distros even if we can't recognise the distro name | Pascal Rigaux | 2008-02-01 | 1 | -2/+3 |
| | |||||
* | - add grub entries to allow booting other installed distros | Pascal Rigaux | 2008-01-30 | 1 | -1/+86 |
| | | | | | (using grub "configfile") (see #16604) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-01-28 | 1 | -0/+1 |
| | | | | | o do not drop "lock" in chainload entries from grub's menu.lst | ||||
* | - do not put "windows" entry in bootloader for partitions where Windows is not | Pascal Rigaux | 2008-01-22 | 1 | -0/+7 |
| | | | | | present (#8086) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-01-07 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | "devfs" parameter isn't supported for quite a few years | Thierry Vignaud | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | - save bootloader on MBR when calling grub/install.sh, and restore it before | Pascal Rigaux | 2007-11-27 | 1 | -0/+33 |
| | | | | | calling it again (#35255) (ie implement "lilo -u" for grub) | ||||
* | - bootloader: | Pascal Rigaux | 2007-11-26 | 1 | -2/+7 |
| | | | | | o handle "alien" grub entries that will be kept verbatim (#23591) |