| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix lilo-menu not working (bug #3048) | Pascal Rigaux | 2003-03-11 | 1 | -14/+15 |
* | use lilo-like code for selecting mapdrive or not | Pascal Rigaux | 2003-02-27 | 1 | -6/+9 |
* | - add "Force No APIC" | Pascal Rigaux | 2003-02-20 | 1 | -8/+32 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -2/+2 |
* | in lilo.conf, "unsafe" is incompatible with "table=..." (fixes bug #1382) | Pascal Rigaux | 2003-02-10 | 1 | -2/+3 |
* | integrated chmouel fixes. | Francois Pons | 2003-02-03 | 1 | -0/+6 |
* | fix grub installed on {first_hd_device} instead of {boot} (bug #1199) | Pascal Rigaux | 2003-02-02 | 1 | -1/+1 |
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -3/+3 |
* | fix call to sanitize_ver by giving it linux-$version instead of linux$ext. | Francois Pons | 2003-01-22 | 1 | -1/+1 |
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
* | (suggest_onmbr): log the choice | Pascal Rigaux | 2003-01-15 | 1 | -0/+1 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
* | (method_choices): returns the choices of bootloaders (lilo, grub, yaboot...) ... | Pascal Rigaux | 2003-01-07 | 1 | -132/+154 |
* | when reading existing config, remove double quotes around the default label | Pascal Rigaux | 2003-01-06 | 1 | -0/+1 |
* | drop loadlin handling | Pascal Rigaux | 2002-12-13 | 1 | -96/+0 |
* | perl_checker --generate-pot is a bit picky about the localisation of "#-PO:" ... | Pascal Rigaux | 2002-12-10 | 1 | -4/+4 |
* | parameter passing using $_ is bad | Pascal Rigaux | 2002-12-05 | 1 | -4/+5 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -7/+5 |
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
* | use output() | Pascal Rigaux | 2002-12-02 | 1 | -4/+3 |
* | - compare labels case insensitively (thanks to D.Faure) | Pascal Rigaux | 2002-11-28 | 1 | -4/+10 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 |
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -4/+4 |
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -1/+1 |
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -4/+4 |
* | cleanup get_of_dev (aka ofpath) | Pascal Rigaux | 2002-11-06 | 1 | -15/+6 |
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
* | remove unneeded parentheses on the right side of infix if/foreach/unless | Pascal Rigaux | 2002-11-06 | 1 | -3/+3 |
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -10/+10 |
* | use each_index instead of map_index when the return value is not used | Pascal Rigaux | 2002-11-05 | 1 | -1/+1 |
* | Reflect changes in yaboot package. | Stew Benedict | 2002-10-29 | 1 | -4/+4 |
* | (read): cleanup duplicate labels (in case file is corrupted) | Pascal Rigaux | 2002-09-06 | 1 | -5/+13 |
* | (read): fix | Pascal Rigaux | 2002-09-06 | 1 | -1/+1 |
* | better NT & Fat bootloader entry adding or not | Pascal Rigaux | 2002-09-05 | 1 | -1/+3 |
* | do not add an nt label if there is no magic | Pascal Rigaux | 2002-09-05 | 1 | -2/+3 |
* | use name mangling for labels (taken from installkernel) | Pascal Rigaux | 2002-09-05 | 1 | -1/+41 |
* | (same_entries): compare kernel options sorted (this is an approximation of | Pascal Rigaux | 2002-09-04 | 1 | -4/+10 |
* | :x | Pascal Rigaux | 2002-08-27 | 1 | -4/+0 |
* | correctly handle empty and commented lines in lilo.conf | Pascal Rigaux | 2002-08-26 | 1 | -1/+2 |
* | since lba32 is the default in lilo.conf | Pascal Rigaux | 2002-08-18 | 1 | -1/+2 |
* | (add_entry): new entry will now keep its label, the conflicting one will be r... | Pascal Rigaux | 2002-08-16 | 1 | -8/+11 |
* | fix "You can't install the bootloader on a xfs partition" happening in weird ... | Pascal Rigaux | 2002-08-14 | 1 | -1/+1 |
* | fix typo | Pascal Rigaux | 2002-08-12 | 1 | -1/+1 |
* | - compare_entries is now called same_entries | Pascal Rigaux | 2002-08-11 | 1 | -25/+37 |
* | (mkinitrd): when an initrd is already there, it means an initrd is needed | Pascal Rigaux | 2002-08-09 | 1 | -1/+1 |
* | (get_kernels_and_labels): only take kernels for which we have the correspondi... | Pascal Rigaux | 2002-08-06 | 1 | -0/+1 |
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -4/+1 |