summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (suggest): add entry for ntPascal Rigaux2001-03-251-3/+4
|
* mods to create/move image, to /export for PPC, use vmlinux for PPCStew Benedict2001-03-231-1/+1
| | | | | | | prepend of_dev to initrd stanza in yaboot.conf add 1-button mouse for PPC
* (suggest_floppy): don't add an entry for non-fd0 drivesPascal Rigaux2001-03-231-0/+3
|
* (install_lilo): ensure labels don't contain spaces, lilo doesn't like themPascal Rigaux2001-03-211-1/+3
|
* (add_kernel): cleanupPascal Rigaux2001-03-211-7/+5
| | | | | (suggest): make it work with kernel22-secure and no kernel22
* bootloader.pm, detect_devices.pm, install_steps_interactive.pm: changed ↵Stew Benedict2001-03-151-4/+1
| | | | temporary file read/write per Pixel
* fix bootstrap partition creation/trackingStew Benedict2001-03-141-0/+6
| | | | | allow Xpmac to launch in 2 modes based on cmdline
* cleanupPascal Rigaux2001-03-081-1/+1
|
* (dev2grub): better error reportingPascal Rigaux2001-03-081-1/+1
|
* * perl-install/Xconfigurator.pm - force XF4 for PPC in recommended modeStew Benedict2001-03-071-11/+22
| | | | | * perl-install/bootloader.pm - rework get_of_dev to work in live install
* fixed support for other kernel for bootloader entries.Francois Pons2001-03-071-20/+35
| | | | | automatically add 2.2 entries for kernel22 (manage hack-kernel too).
* add use devicesPascal Rigaux2001-03-051-0/+1
|
* (install_grub): ensure the translated messages are not too big the hard wayPascal Rigaux2001-03-051-1/+1
|
* use run_or_diePascal Rigaux2001-03-031-2/+2
|
* *** empty log message ***Stew Benedict2001-03-031-4/+94
|
* added graphical LILO by default.Francois Pons2001-03-021-1/+7
|
* added bootloader chooser. added lilo configuration in text menu orFrancois Pons2001-03-011-1/+10
| | | | | graphic menu.
* (install_grub, suggest): add PO comments for i18n saying "don't use 8bitPascal Rigaux2001-02-281-0/+2
| | | | | strings"
* (mkbootdisk): fix for mkbootdisk using fd0H1440. Must be createdPascal Rigaux2001-02-271-1/+5
|