| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove unneeded spaces in append=" foo" | Pascal Rigaux | 2004-07-06 | 1 | -0/+1 |
* | write_lilo handles "optional" | Pascal Rigaux | 2004-07-06 | 1 | -0/+1 |
* | rename var | Pascal Rigaux | 2004-07-06 | 1 | -17/+17 |
* | cleanup | Pascal Rigaux | 2004-07-06 | 1 | -2/+1 |
* | cleanup | Pascal Rigaux | 2004-07-06 | 1 | -12/+13 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -1/+1 |
* | drop "other" entries in grub conf when the device is unknown | Pascal Rigaux | 2004-07-05 | 1 | -3/+8 |
* | - handle missing root=/dev/xxx kernel commandline parameter | Pascal Rigaux | 2004-07-05 | 1 | -6/+7 |
* | oops, revert debugging code | Pascal Rigaux | 2004-07-05 | 1 | -1/+1 |
* | fix typo | Pascal Rigaux | 2004-07-03 | 1 | -1/+1 |
* | fix typo | Pascal Rigaux | 2004-07-01 | 1 | -1/+1 |
* | - mkinitrd() calls make-boot-splash after building the initrd | Pascal Rigaux | 2004-06-29 | 1 | -47/+121 |
* | after install, when modifying kernel parameters in all entries, skip the "fai... | Pascal Rigaux | 2004-06-28 | 1 | -1/+3 |
* | when adding a new kernel, have a nicer new name for conflicting entry | Pascal Rigaux | 2004-06-25 | 1 | -3/+8 |
* | when modifying a symlink, ensure we also use the long name for the old symlin... | Pascal Rigaux | 2004-06-25 | 1 | -15/+38 |
* | fix 2 typos | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
* | drop obsolete function | Pascal Rigaux | 2004-06-25 | 1 | -8/+0 |
* | drop obsolete lnx4win_file() | Pascal Rigaux | 2004-06-25 | 1 | -5/+0 |
* | major cleanup and rewrite | Pascal Rigaux | 2004-06-25 | 1 | -359/+419 |
* | add check_enough_space() and use it | Pascal Rigaux | 2004-06-22 | 1 | -3/+7 |
* | - fix typo | Pascal Rigaux | 2004-06-22 | 1 | -107/+6 |
* | (write_grub_config) do not write partial config file (thus garbaging previous | Thierry Vignaud | 2004-06-01 | 1 | -16/+15 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -2/+2 |
* | (method_choices) blacklist again Savage, they're broken again :-( | Thierry Vignaud | 2004-03-26 | 1 | -3/+1 |
* | - preferring "p3-smp-64GB" first (for BIGMEM + SMP) | Pascal Rigaux | 2004-03-24 | 1 | -5/+4 |
* | fix extension parsing (vmlinuz-2.6.3-7mdksmp & vmlinuz-2.6.3-7mdkenterprise v... | Pascal Rigaux | 2004-03-24 | 1 | -1/+1 |
* | sorting based on @prefered is nearly unused, remove it | Pascal Rigaux | 2004-03-24 | 1 | -4/+1 |
* | LSB doesn't need kernel 2.4 anymore | Pascal Rigaux | 2004-03-23 | 1 | -2/+4 |
* | - always generate a precise entry using the precise version | Pascal Rigaux | 2004-03-11 | 1 | -16/+7 |
* | spell Mandrakelinux in one word | Thierry Vignaud | 2004-03-10 | 1 | -1/+1 |
* | (read) default to lilo if grub config file isn't there (workaround | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
* | bugzilla #8133 says "VT8751 [ProSavageDDR P4M266] VGA Controller" (0x5333, | Pascal Rigaux | 2004-03-02 | 1 | -1/+3 |
* | if the default bootloader entry is invalid, choose another one | Pascal Rigaux | 2004-03-02 | 1 | -1/+5 |
* | (update_for_renumbered_partitions): | Pascal Rigaux | 2004-02-20 | 1 | -9/+13 |
* | remove bad entries after reading existing conf file | Pascal Rigaux | 2004-02-17 | 1 | -2/+4 |
* | log where the bootloader is installed | Pascal Rigaux | 2004-02-17 | 1 | -1/+1 |
* | fix reading grub config (esp. when /boot is a separate partition) | Pascal Rigaux | 2004-02-13 | 1 | -22/+24 |
* | try hard to update_bootloader_for_renumbered_partitions() | Pascal Rigaux | 2004-02-13 | 1 | -0/+43 |
* | create read_grub_device_map() | Pascal Rigaux | 2004-02-13 | 1 | -1/+6 |
* | in get_kernels_and_labels(): | Pascal Rigaux | 2004-02-12 | 1 | -16/+15 |
* | special way to remove mem=<memsize> | Pascal Rigaux | 2004-02-06 | 1 | -1/+1 |
* | please perl_checker | Pascal Rigaux | 2004-02-06 | 1 | -1/+1 |
* | following quintela's lilo change, allowing lilo labels up to 31 characters | Pascal Rigaux | 2004-02-06 | 1 | -1/+1 |
* | workaround buggy installkernel that left default value be geater than | Thierry Vignaud | 2004-01-20 | 1 | -0/+2 |
* | cleanup sanitize_ver (re-synced with common.pm from bootloader-utils) | Pascal Rigaux | 2004-01-19 | 1 | -29/+15 |
* | add a warning telling to run lilo after modifying the lilo.conf (bugzilla #6924) | Pascal Rigaux | 2004-01-19 | 1 | -25/+26 |
* | don't modify {append} after add_kernel(), call add_kernel() directly with the... | Pascal Rigaux | 2004-01-15 | 1 | -6/+16 |
* | drop keytable line in grub config file since grub doesn't handle it anymore | Pascal Rigaux | 2004-01-08 | 1 | -1/+0 |
* | - simplify lilo boot message. Not mentioning the timeout parameter fixes bugz... | Pascal Rigaux | 2004-01-08 | 1 | -22/+3 |
* | handle lilo not installed | Pascal Rigaux | 2004-01-07 | 1 | -11/+5 |