summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* for whatever reason, the second part of detect_bootloader()Thierry Vignaud2003-05-201-1/+1
* fix #3560 (drakboot not updating bootloader label): the only confusingThierry Vignaud2003-05-191-0/+4
* further fix #2826 (lilo failling to handle entry with spaces): replaceThierry Vignaud2003-05-191-0/+1
* when configuring to install grub bootloader, we first install lilo, then grub.Thierry Vignaud2003-05-191-1/+1
* let further consolidate make_label_lilo_compatible()Thierry Vignaud2003-05-191-2/+2
* perl_checker fixesThierry Vignaud2003-05-141-17/+11
* new perl_checker compliancePascal Rigaux2003-04-171-9/+9
* copy kernel and stage1 in order to avoid remapping /mnt/hd on the fly duringFrancois Pons2003-03-311-8/+14
* fixed regex for kernel options retrieved for restore bootloader entry.Francois Pons2003-03-311-1/+1
* fixed another typo for adding restore entry (grub menu).Francois Pons2003-03-261-1/+1
* fixed wrong usage of any::hdInstallPath which is mapped as /tmp/image duringFrancois Pons2003-03-261-3/+3
* fix typo on grub menu file read.Francois Pons2003-03-261-0/+17
* fix lilo-menu not working (bug #3048)Pascal Rigaux2003-03-111-14/+15
* use lilo-like code for selecting mapdrive or notPascal Rigaux2003-02-271-6/+9
* - add "Force No APIC"Pascal Rigaux2003-02-201-8/+32
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-2/+2
* in lilo.conf, "unsafe" is incompatible with "table=..." (fixes bug #1382)Pascal Rigaux2003-02-101-2/+3
* integrated chmouel fixes.Francois Pons2003-02-031-0/+6
* fix grub installed on {first_hd_device} instead of {boot} (bug #1199)Pascal Rigaux2003-02-021-1/+1
* add isFat_or_NTFS() and use it where possible instead of isFat() since WindowsPascal Rigaux2003-01-301-3/+3
* fix call to sanitize_ver by giving it linux-$version instead of linux$ext.Francois Pons2003-01-221-1/+1
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
* (suggest_onmbr): log the choicePascal Rigaux2003-01-151-0/+1
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-2/+2
* (method_choices): returns the choices of bootloaders (lilo, grub, yaboot...) ...Pascal Rigaux2003-01-071-132/+154
* when reading existing config, remove double quotes around the default labelPascal Rigaux2003-01-061-0/+1
* drop loadlin handlingPascal Rigaux2002-12-131-96/+0
* perl_checker --generate-pot is a bit picky about the localisation of "#-PO:" ...Pascal Rigaux2002-12-101-4/+4
* parameter passing using $_ is badPascal Rigaux2002-12-051-4/+5
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-7/+5
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-2/+2
* use output()Pascal Rigaux2002-12-021-4/+3
* - compare labels case insensitively (thanks to D.Faure)Pascal Rigaux2002-11-281-4/+10
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-4/+4
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-1/+1
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-4/+4
* cleanup get_of_dev (aka ofpath)Pascal Rigaux2002-11-061-15/+6
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-2/+2
* remove unneeded parentheses on the right side of infix if/foreach/unlessPascal Rigaux2002-11-061-3/+3
* please perl_checker:Pascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-10/+10
* use each_index instead of map_index when the return value is not usedPascal Rigaux2002-11-051-1/+1
* Reflect changes in yaboot package.Stew Benedict2002-10-291-4/+4
* (read): cleanup duplicate labels (in case file is corrupted)Pascal Rigaux2002-09-061-5/+13
* (read): fixPascal Rigaux2002-09-061-1/+1
* better NT & Fat bootloader entry adding or notPascal Rigaux2002-09-051-1/+3
* do not add an nt label if there is no magicPascal Rigaux2002-09-051-2/+3
* use name mangling for labels (taken from installkernel)Pascal Rigaux2002-09-051-1/+41