summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup perImageAppend code (hopefully handling nicely the mem=nopentium case)Pascal Rigaux2002-01-281-12/+24
* fixed get_append if key=mem.Francois Pons2002-01-281-1/+5
* timeout passed to 10 instead of 5.Francois Pons2002-01-281-2/+2
* prefer default linux-{smp,enterprise,secure} over simple linuxPascal Rigaux2002-01-251-3/+8
* fix spellingPascal Rigaux2002-01-251-2/+2
* fixed to allow multiple mem=xxx parameter (especially mem=nopentium).Francois Pons2002-01-231-2/+6
* - fix default not being formatted like labels for liloPascal Rigaux2002-01-221-3/+9
* fix many disks bios remapping (esp. booting on scsi when ide is present)Pascal Rigaux2002-01-171-1/+2
* s/use pkgs/require pkgs/ since pkgs::versionCompare is only used during installPascal Rigaux2001-12-221-1/+1
* clean_tmp now means using tmpfsPascal Rigaux2001-12-171-6/+0
* mods to address new yaboot's lack of symlink ability, xfs initrd loadStew Benedict2001-12-121-1/+16
* added safe guard against looping symlink.Francois Pons2001-12-101-2/+5
* - fix bootloader::add_appendPascal Rigaux2001-12-101-3/+17
* (suggest, add_kernel): much cleanupPascal Rigaux2001-12-051-80/+70
* revert back to /initrdGuillaume Cottenceau2001-10-291-2/+2
* replace /initrd with /lib/initrdPascal Rigaux2001-10-241-2/+2
* - bootloader.pm (suggest): don't search for dos (or windows) boot partitionGwenolé Beauchesne2001-09-261-2/+4
* fix add_append (there was a ) at the end of the parameter value)Guillaume Cottenceau2001-09-241-1/+1
* allow bootloader on fat partitionsPascal Rigaux2001-09-231-1/+1
* (suggest): fix kernel 2.2 secure adding in menuPascal Rigaux2001-09-221-6/+6
* write password in lilo.conf even if it's also done by msec, otherwise lilo wi...Pascal Rigaux2001-09-211-2/+2
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-3/+2
* find error in /tmp/.error only if exception is "xxx failed"Pascal Rigaux2001-09-151-4/+3
* (write_lilo_conf): ensure linear and lba32 are not both setPascal Rigaux2001-09-151-0/+6
* (suggest): no "quiet" boot for smp and enterprise kernelsPascal Rigaux2001-09-121-1/+1
* allow grub even for more than 800MBPascal Rigaux2001-09-121-1/+1
* for lilo, do not have table=/dev/xxx if the device is not a primaryPascal Rigaux2001-09-111-1/+3
* use -v for mkinitrdGuillaume Cottenceau2001-09-071-1/+1
* (write_lilo_conf): fix typoPascal Rigaux2001-09-071-2/+2