summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* removed yvounet sucking, handle Mandrake lilo or unknown lilo.Francois Pons2001-09-051-23/+16
* - don't expand symlinks in grub's menu.lstPascal Rigaux2001-09-041-1/+1
* (mkbootdisk): cleanupPascal Rigaux2001-08-291-6/+1
* security fix and variousPascal Rigaux2001-08-281-0/+1
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-5/+5
* as when lilo is selected, we don't try to install grub, just create thePascal Rigaux2001-08-041-2/+21
* replace isJfs/isXfs/... with isThisFs("jfs"Pascal Rigaux2001-08-031-1/+1
* load msdos and vfat before mkbootdisk (now using syslinux so..)Guillaume Cottenceau2001-07-311-0/+1
* added prioritary kernel entry 'default' as the kernel typically copied from aFrancois Pons2001-07-261-0/+14
* - Don't set "lba32" on ia64Gwenolé Beauchesne2001-07-261-1/+1
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-7/+7
* fixPascal Rigaux2001-07-201-1/+1
* (install_lilo): order fat partitions firstPascal Rigaux2001-07-201-2/+2
* IA64 adaptationMatthias Badaire2001-07-181-7/+8
* fixed compilation error.Francois Pons2001-07-091-3/+3
* modify lilo.conf to elilo.conf if arch ia64Matthias Badaire2001-07-091-2/+3
* removed compilation error, the resolution is not quite good and may be rework...Francois Pons2001-07-091-3/+3
* (suggest): replace "is ia64" with "is not ia64" so that boot partition isPascal Rigaux2001-07-081-1/+1
* typo fixPascal Rigaux2001-07-051-2/+2
* ia64 bootloader configuration adaptationsPascal Rigaux2001-07-051-21/+20
* take care of enterprise kernel if installed.Francois Pons2001-06-221-3/+6
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-211-1/+1
* use vmlinuz like other archs, fix yaboot setup for seperate /boot partitionStew Benedict2001-06-141-8/+19
* - enhance perl2fcalls (which now handle /xxx(...)/ as a regexp in more cases)Pascal Rigaux2001-06-111-1/+1
* add hfs support to rescue - PPC, fix bootstrap creation, formatting sequenceStew Benedict2001-05-251-2/+5
* updated install_lilo() according to new lilo packageYves Duret2001-05-071-18/+31
* Don't delete any images in test mode. Fix tabs in bootloader.pm.Stew Benedict2001-05-021-14/+14