summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | on IA-64 since ELILO can only boot Linux. - bootloader.pm (write_lilo_conf): don't cry if we don't have /boot/boot.b or boot/message on IA-64.
* 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 ↵Pascal Rigaux2001-09-211-2/+2
| | | | will fail with restricted only
* 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
| | | | | partition (otherwise lilo dies)
* 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
| | | | | - better use of /proc/partitions verification
* (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
| | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes
* as when lilo is selected, we don't try to install grub, just create thePascal Rigaux2001-08-041-2/+21
| | | | | config file in case it may be useful
* 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
| | | | | | modified blank.img file with a kernel (no initrd.img necessary to build). This kernel takes precedance over any other kernel.
* - 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 ↵Francois Pons2001-07-091-3/+3
| | | | reworked :-)
* (suggest): replace "is ia64" with "is not ia64" so that boot partition isPascal Rigaux2001-07-081-1/+1
| | | | | set correctly again
* 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
| | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
* 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
| | | | | | - remove the use of /xxx (...)/x by /xxx(...)/ as perl2fcalls is getting smart => make gc happy which is very important, what would we be without him?
* 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
| | | | | (/boot/lilo-{menu,graphic,text})
* Don't delete any images in test mode. Fix tabs in bootloader.pm.Stew Benedict2001-05-021-14/+14
| | | | | Default bootstrap partition in expert. Change mdk-bg.png to 4x4 for PPC strangeness.
* fixed to make sure symlink are expanded all the time for grub, really avoidFrancois Pons2001-04-201-8/+5
| | | | | generating altconfigfile if reiserfs.
* Added comments for translatorsPablo Saratxaga2001-04-201-1/+13
|
* (install_grub): altconfigfile only if /boot is not reiserfs :-/Pascal Rigaux2001-04-091-2/+4
|
* (install_lilo): better handling of map-drive (there's not always only 2 disks!)Pascal Rigaux2001-04-091-4/+7
|
* (suggest): add option "quiet" to the kernel in fb (requested by chmou)Pascal Rigaux2001-04-081-4/+5
|
* (install_grub): small fixPascal Rigaux2001-04-051-2/+3
|
* (install_lilo): fix lilo's dumbness (when lilo warns about not the first ↵Pascal Rigaux2001-04-051-7/+17
| | | | drive, it usually fails)
* (suggest): trap strange error. Should not really fix the pbPascal Rigaux2001-04-031-2/+3
|