summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* (read): cleanup duplicate labels (in case file is corrupted)Pascal Rigaux2002-09-061-5/+13
* (read): fixPascal Rigaux2002-09-061-1/+1
* better NT & Fat bootloader entry adding or notPascal Rigaux2002-09-051-1/+3
* do not add an nt label if there is no magicPascal Rigaux2002-09-051-2/+3
* use name mangling for labels (taken from installkernel)Pascal Rigaux2002-09-051-1/+41
* (same_entries): compare kernel options sorted (this is an approximation ofPascal Rigaux2002-09-041-4/+10
* :xPascal Rigaux2002-08-271-4/+0
* correctly handle empty and commented lines in lilo.confPascal Rigaux2002-08-261-1/+2
* since lba32 is the default in lilo.confPascal Rigaux2002-08-181-1/+2
* (add_entry): new entry will now keep its label, the conflicting one will be r...Pascal Rigaux2002-08-161-8/+11
* fix "You can't install the bootloader on a xfs partition" happening in weird ...Pascal Rigaux2002-08-141-1/+1
* fix typoPascal Rigaux2002-08-121-1/+1
* - compare_entries is now called same_entriesPascal Rigaux2002-08-111-25/+37
* (mkinitrd): when an initrd is already there, it means an initrd is neededPascal Rigaux2002-08-091-1/+1
* (get_kernels_and_labels): only take kernels for which we have the correspondi...Pascal Rigaux2002-08-061-0/+1
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
* kill "wonderful perl"Thierry Vignaud2002-08-051-4/+1
* (duplicate_kernel_entry): addedPascal Rigaux2002-08-011-0/+10
* get rid of some $prefix parameter passing (using $::prefix where needed instead)Pascal Rigaux2002-08-011-103/+99
* bootloader::suggest uses a hash for its optionsPascal Rigaux2002-08-011-4/+4
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-1/+1
* try to allow /boot on vfat (it used to work)Pascal Rigaux2002-07-291-1/+1
* - fix dying when mkinitrd doesn't create an initrdPascal Rigaux2002-07-261-10/+15
* let the bootloader::mkinitrd error be seen by the GUIPascal Rigaux2002-07-251-5/+2
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-4/+4
* now use kept c::rpmvercmp instead of removed pkgs::versionCompare.Francois Pons2002-07-151-1/+1
* adapt to new modules.pmPascal Rigaux2002-07-041-1/+1
* adapt to new liloPascal Rigaux2002-06-051-23/+5
* do not have "root=" with no root (needed for memtest) (thanks to Borsenkow An...Pascal Rigaux2002-04-021-1/+1
* force mkinitrd *really* for bootsplash.Francois Pons2002-03-151-1/+1
* force initrd regeneration for oem on some case (maybe the cause of bootsplashFrancois Pons2002-03-151-1/+1
* don't have "quiet" boot in the server meta_classPascal Rigaux2002-03-121-2/+2
* fix Stew sucksPascal Rigaux2002-03-111-1/+1
* "--timeout=" must be after terminalPascal Rigaux2002-03-071-1/+1
* add --timeout=... for "terminal serial ..." line in grub's menu.lstPascal Rigaux2002-03-071-1/+1
* fix *some* stew errorsPascal Rigaux2002-03-071-3/+3
* drakboot functionality for PPCStew Benedict2002-03-071-13/+26
* (add_append): don't add to entries of type 'other'Pascal Rigaux2002-03-061-1/+1
* - do not indent "disk=... bios=..."Pascal Rigaux2002-03-011-5/+5
* read "disk=/dev/xxx bios=0x8x" and save itPascal Rigaux2002-03-011-25/+36
* add "nowarn" in lilo.confPascal Rigaux2002-02-281-1/+2
* ignore-table is a global flag, so put it there (when needed)Pascal Rigaux2002-02-251-1/+3
* put ignore-table to disable lilo's partition table checkingPascal Rigaux2002-02-221-1/+1
* have devfs=nomount for failsafePascal Rigaux2002-02-211-0/+1
* fix "help lilo when there is hdd with no hdc drive"Pascal Rigaux2002-02-051-1/+3
* - fix some vga text modes 80x30Pascal Rigaux2002-02-031-4/+7
* "password" works without "restricted", not the other way round (reported by D...Pascal Rigaux2002-02-031-1/+4
* fix typoPascal Rigaux2002-02-031-1/+1
* help lilo when there is hdd with no hdc drive (needs testing!)Pascal Rigaux2002-02-031-4/+14
* use the new format for combo's to clean code handling {vga} fieldPascal Rigaux2002-01-291-20/+13