summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Collapse)AuthorAgeFilesLines
* - put quotes if needed for root=xxx (quotes are needed for LABEL=...)Pascal Rigaux2005-06-061-5/+10
| | | | | - use LABEL=... if preferred
* rewrite before adding morePascal Rigaux2005-06-061-3/+9
|
* keep read-only, read-write and label as verbatim as possiblePascal Rigaux2005-06-061-5/+4
| | | | | (note that read-only will not appear by default anymore since "ro" is the default)
* use bootloader->{message_text} instead of bootloader->{message}Pascal Rigaux2005-06-061-11/+13
|
* remove unused old codePascal Rigaux2005-06-031-7/+0
|
* fix typo in commentPascal Rigaux2005-05-271-1/+1
|
* s/Mandrivalinux/Mandriva Linux/Funda Wang2005-05-201-1/+1
|
* - list the known bootloaders without checking the availability of the binary ↵Pascal Rigaux2005-05-191-7/+22
| | | | | | | (useful when we don't have the root partition mounted, eg in restore_ms_boot) - tell kdm which is the installed bootloader
* lilo and grub are launched chrooted, so look for them in $::prefixPascal Rigaux2005-05-041-2/+2
| | | | | (it worked during install since PATH contains /mnt/sbin and the like)
* - create config_files() out of update_for_renumbered_partitions()Pascal Rigaux2005-04-271-29/+35
| | | | | | | - create main_method_choices() out of read() - create configured_main_methods() for rescue install_bootloader - rework update_for_renumbered_partitions()
* create install_raw_grub() and install_raw_lilo()Pascal Rigaux2005-04-271-9/+16
|
* using c::rpmvercmp is cleanerPascal Rigaux2005-04-251-2/+1
|
* fix comparing kernel version greater than 6.8Pascal Rigaux2005-04-251-1/+2
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* fix setting perImageAppend to default entry {append}Pascal Rigaux2005-04-111-1/+2
| | | | | (it was buggy when the default entry had an empty append, making perImageAppend be failsafe on amd64 upgrade)
* apply patch from bugzilla #15216, adding support for "password=..." and ↵Pascal Rigaux2005-04-051-0/+6
| | | | "restricted" at per-entry level (thanks to jarfil)
* enhance yaboot macos entry handling (mostly written by cjw) (bugzilla #14642)Pascal Rigaux2005-03-211-6/+15
|
* handle grub file names that do not correspond to a mounted filesystem ↵Pascal Rigaux2005-03-181-5/+14
| | | | (bugzilla #14410)
* use renamef instead of rename to create .old conf filesPascal Rigaux2005-03-181-6/+6
|
* - cluster without capturingDaouda Lo2005-03-161-1/+1
|
* fix dropping line macos in yaboot.conf (bugzilla #14642)Pascal Rigaux2005-03-161-1/+1
|
* fix typoPascal Rigaux2005-03-151-1/+1
|
* don't die when we have no entries in grub menu.lstPascal Rigaux2005-03-131-2/+4
|
* please perl_checker differentlyPascal Rigaux2005-03-081-2/+4
|
* perl_checker - bad /meStew Benedict2005-03-081-2/+2
|
* mousedrake, detectloader support for XBoxStew Benedict2005-03-081-0/+19
|
* do not check yaboot "magic" on ppc (it seems the magic we have is somewhat ↵Pascal Rigaux2005-03-041-0/+3
| | | | wrong), assuming we have yaboot installed (it is the only handled bootloader anyway)
* handle boot-as and master-boot (bugzilla #13846)Pascal Rigaux2005-03-021-2/+3
|
* fix commentPascal Rigaux2005-03-021-1/+1
|
* fix buggy get_append_memsize() (bugzilla #13874)Pascal Rigaux2005-03-011-1/+2
|
* fix typoPascal Rigaux2005-02-281-1/+1
|
* have install.sh 755 (as suggested by Vincent Meyer)Pascal Rigaux2005-02-281-1/+1
|
* don't let table=c: break (special for Frank Griffin)Pascal Rigaux2005-02-151-1/+3
|
* fix ugly typo (especially causing acpi to not be set in drakboot --boot)Pascal Rigaux2005-02-091-1/+1
|
* fix syntax errorPascal Rigaux2005-01-161-1/+1
|
* mapdrive should not bother same_entries()Pascal Rigaux2005-01-161-3/+1
|
* in read_grub(), setting {table} cause write_grub to create a {mapdrive} even ↵Pascal Rigaux2005-01-151-4/+4
| | | | when we didn't have one (bugzilla #12307)
* write in lilo.conf the global root= (bugzilla #12312)Pascal Rigaux2005-01-121-1/+1
|
* ia64 uses the lilo method (even if it has some important differences)Pascal Rigaux2004-12-171-0/+1
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-10/+10
|
* perl_checker compliancePascal Rigaux2004-11-291-1/+1
|
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-27/+0
| | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime
* don't use typeOfMBR to check the method on floppy which may not be insertedPascal Rigaux2004-11-231-1/+4
| | | | | (part of bugzilla #12213)
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
|
* rename get_of_dev() -> dev2yaboot()Pascal Rigaux2004-11-161-4/+4
|
* don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot() insteadPascal Rigaux2004-11-161-4/+0
|
* - create yaboot2file() and use itPascal Rigaux2004-11-161-76/+88
| | | | | | | | - update read_lilo() for yaboot - update write_yaboot() - remove {useboot} - set {boot} to /dev/sda1 in suggest() instead of handling it in write_yaboot()
* - handle setting memsize mem= kernel parameter in a special functionPascal Rigaux2004-10-271-16/+22
| | | | | | - rely on pack_append() to remove dups (using $uniq_dict_appends) in set_append_with_key() (drawback: it doesn't keep the order anymore)
* split {get,set}_append() into {get,set}_append_with_key() and ↵Pascal Rigaux2004-10-271-40/+47
| | | | {get,set}_append_simple()
* many kernel parameters alike "console=tty0 console=ttyS0,57600" can takePascal Rigaux2004-10-271-1/+6
| | | | | | different values, so we now take the safe side and only remove dups for parameters we know the last parameter is used (bugzilla #12055)