summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* Fix mkinitrd invocation, mistakingly reverted by previous patch.Eugeni Dodonov2011-05-111-1/+1
* Revert explicit dracut invocation to mkinird - dracut/mkinitrd execution isEugeni Dodonov2011-05-101-3/+3
* use dracut instead of mkinitrdAntoine Ginies2011-04-271-3/+3
* [drakboot] add per-boot-entry lock with password checkboxChristophe Fergeau2010-04-121-0/+1
* Use same protection defaults for lilo and grubChristophe Fergeau2010-04-121-4/+12
* fix generation of grub md5 password on 64 bit installsChristophe Fergeau2010-02-101-1/+3
* rework detection of already crypted grub passwordsChristophe Fergeau2010-02-101-10/+9
* fix grub-md5-crypt call when running from a chrootChristophe Fergeau2010-02-101-1/+1
* drakboot: fix crypted password detectionPascal Terjan2010-02-101-1/+1
* (write_grub) ensure /boot/grub/menu.lst permissions are 0600 since itThierry Vignaud2010-02-041-1/+1
* (setupBootloader__general, read_grub_menu_lst, write_grub) default toThierry Vignaud2010-02-041-8/+3
* fix disabled diagnostics pragmaThierry Vignaud2010-02-041-1/+1
* (read_grub_menu_lst,write_grub) fix support for crypted grub passwordsThierry Vignaud2010-02-041-4/+10
* (setupBootloader__general, crypt_grub_password, is_already_crypted,Thierry Vignaud2010-02-031-1/+36
* (read_grub_menu_lst) perl_checker cleanupThierry Vignaud2010-02-031-1/+1
* (write_grub::format) factorize codeThierry Vignaud2010-02-031-2/+4
* (write_grub) allow timeout to be '0'Thierry Vignaud2010-02-031-1/+2
* (setupBootloader__general) make restrict's 'validate' callback more readableThierry Vignaud2010-02-031-1/+1
* 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 them...Olivier Blin2009-10-301-3/+3
* 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 than...Olivier Blin2009-10-301-2/+3
* 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 crashing...Pascal Terjan2009-04-151-4/+11
* 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 int...Pascal Terjan2009-02-091-2/+10
* - add commentsPascal Rigaux2009-01-151-3/+11
* 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 ext4...Thierry Vignaud2009-01-111-1/+1
* - bootloader-config:Pascal Rigaux2008-12-161-6/+8
* - really fix setting lilo when needed (#39878)Pascal Rigaux2008-10-101-1/+2
* - bootloader-config, drakbootPascal Rigaux2008-09-301-1/+1
* - bootloader-config:Pascal Rigaux2008-09-221-1/+1
* - bootloader-config, drakboot:Pascal Rigaux2008-09-191-0/+3
* create _parse_grub_menu_lst() out of read_grub_menu_lst()Pascal Rigaux2008-09-191-7/+20