summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Collapse)AuthorAgeFilesLines
* remove mnb from bootloader entry name like we do for mdvPascal Terjan2010-01-261-1/+1
|
* fix bootloader entry name for rc kernelsPascal Terjan2010-01-261-1/+1
|
* do not pass deprecated --ifneeded option anymore to mkinitrdOlivier Blin2009-11-301-1/+1
|
* do not add removable drives as "Windows" entry in bootloaderOlivier Blin2009-11-251-0/+1
|
* do not try to add failsafe entry if not kernel is addedOlivier Blin2009-10-301-1/+2
|
* add vga= option for kernels that are not the preferred one as wellOlivier Blin2009-10-301-1/+1
|
* remove previous linux-nonfb entries (like done for failsafe), not to add ↵Olivier Blin2009-10-301-3/+3
| | | | them twice or more
* do not add again kernels that are already in bootloader config fileOlivier Blin2009-10-301-0/+3
|
* make sure we use long name when adding second kernel with same extension ↵Olivier Blin2009-10-301-2/+3
| | | | than preferred one
* do not link /boot/vmlinuz to xen while allowing a unversioned /boot/vmlinuz-xenPascal Terjan2009-10-141-0/+3
|
* use initrd-2.6.30.2-xen-5mdv.img instead of initrd-xen-2.6.30.2-xen-5mdv.imgPascal Terjan2009-10-131-2/+2
|
* Use Hal list of recovery partitions (#51532)Pascal Terjan2009-06-091-3/+3
|
* (read_grub_menu_lst) fix crash introduced in latest commit...Thierry Vignaud2009-04-161-1/+1
|
* windows boot partition is the active one (#49483)Pascal Terjan2009-04-151-7/+1
|
* keep grub entries which refer to unknown devices verbatim instead of ↵Pascal Terjan2009-04-151-4/+11
| | | | crashing (#48728)
* bootloader: add large-memory option to liloPascal Terjan2009-04-081-1/+2
|
* (install) enable having /boot as ext4Thierry Vignaud2009-02-161-1/+1
|
* fix a crash when boot device is not removablePascal Terjan2009-02-121-1/+1
|
* Use fs::get::part2hd instead of reinventing itPascal Terjan2009-02-101-1/+1
|
* When installing to a removable device, put boot sector there, else put it ↵Pascal Terjan2009-02-091-2/+10
| | | | into first non removable drive (#47106)
* - add commentsPascal Rigaux2009-01-151-3/+11
| | | | | - fix #45515
* add commentsPascal Rigaux2009-01-151-2/+10
|
* add commentPascal Rigaux2009-01-141-0/+2
|
* add commentPascal Rigaux2009-01-141-0/+1
|
* cleanupPascal Rigaux2009-01-141-2/+2
|
* (install) prevent using ext4 for /boot since grub doesn't know yet about ↵Thierry Vignaud2009-01-111-1/+1
| | | | ext4's extents
* - bootloader-config:Pascal Rigaux2008-12-161-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 Rigaux2008-10-101-1/+2
|
* - bootloader-config, drakbootPascal Rigaux2008-09-301-1/+1
| | | | | | | o fix dropping "chainloader" and "configfile" entries (#44045) (at last!)
* - bootloader-config:Pascal Rigaux2008-09-221-1/+1
| | | | | o fix handling fd0 (regression introduced in 11.44) (#44049)
* - bootloader-config, drakboot:Pascal Rigaux2008-09-191-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 Rigaux2008-09-191-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 Rigaux2008-09-161-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 commentPascal Rigaux2008-09-161-1/+4
|
* o allow UTF8 in /boot/grub/menu.lst (#43714)Pascal Rigaux2008-09-091-1/+1
|
* - drop the ability to set mem=xxx in bootloader configuration (#42329)Pascal Rigaux2008-09-091-20/+0
|
* - bootloader-config:Pascal Rigaux2008-09-051-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} sincePascal Rigaux2008-09-041-1/+1
| | | | | they will be written verbatim anyway
* remove superfluous parenthesisOlivier Blin2008-08-251-1/+1
|
* - bootloader-config:Pascal Rigaux2008-08-221-1/+1
| | | | | | o call mkinitrd without "-v" to make it silent (#42992)
* - allow to install bootloader on md0 (#42999)Pascal Rigaux2008-08-221-1/+1
| | | | | (regression introduced on 2004-08-05)
* - bootloader-config:Pascal Rigaux2008-06-231-5/+10
| | | | | | o fix handling xen kernels: it should not replace an existing 'linux' entry (#40865)
* - bootloader-config:Pascal Rigaux2008-04-241-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 Rigaux2008-04-141-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 Rigaux2008-03-271-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 Rigaux2008-03-211-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 Rigaux2008-03-211-2/+8
|
* prepare next commitPascal Rigaux2008-03-211-5/+12
|
* - ask which drive to install bootloader if we don't really know which is firstPascal Rigaux2008-03-201-0/+9
| | | | | bios drive (cf #38829)
* - fix resizing/formatting ntfs, and create "Windows" entry in bootloaderPascal Rigaux2008-03-051-1/+1
| | | | | (broken because of ntfs-3g switch in previous release)