summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* - create config_files() out of update_for_renumbered_partitions()Pascal Rigaux2005-04-271-29/+35
* 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
* apply patch from bugzilla #15216, adding support for "password=..." and "rest...Pascal Rigaux2005-04-051-0/+6
* 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 (bugzil...Pascal Rigaux2005-03-181-5/+14
* 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 wr...Pascal Rigaux2005-03-041-0/+3
* 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
* 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
* don't use typeOfMBR to check the method on floppy which may not be insertedPascal Rigaux2004-11-231-1/+4
* 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
* - handle setting memsize mem= kernel parameter in a special functionPascal Rigaux2004-10-271-16/+22
* split {get,set}_append() into {get,set}_append_with_key() and {get,set}_appen...Pascal Rigaux2004-10-271-40/+47
* many kernel parameters alike "console=tty0 console=ttyS0,57600" can takePascal Rigaux2004-10-271-1/+6
* detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)Pascal Rigaux2004-10-261-6/+21
* run grub chrootedGwenolé Beauchesne2004-10-261-3/+1
* in grub menu.lst, keep previous "serial ..." and "terminal ..." lines (bugzil...Pascal Rigaux2004-10-111-2/+6
* on a recent kernel, we remove any existing devfs= kernel option to enable udevPascal Rigaux2004-10-081-1/+10
* fix regexp decompose_vmlinuz_name (broke with kernel vmlinuz-2.6.8.1-12.1mdk)Pascal Rigaux2004-10-061-1/+1
* no need to require pkgs (and it makes bootloader-config some break when remov...Pascal Rigaux2004-09-151-1/+0
* handle raid-extra-boot (bugzilla #11350)Pascal Rigaux2004-09-091-1/+1
* remove unused variablePascal Rigaux2004-09-091-1/+1
* - handle lilo "static-bios-codes" optionPascal Rigaux2004-09-091-2/+3