summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded spaces in append=" foo"Pascal Rigaux2004-07-061-0/+1
* write_lilo handles "optional"Pascal Rigaux2004-07-061-0/+1
* rename varPascal Rigaux2004-07-061-17/+17
* cleanupPascal Rigaux2004-07-061-2/+1
* cleanupPascal Rigaux2004-07-061-12/+13
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-1/+1
* drop "other" entries in grub conf when the device is unknownPascal Rigaux2004-07-051-3/+8
* - handle missing root=/dev/xxx kernel commandline parameterPascal Rigaux2004-07-051-6/+7
* oops, revert debugging codePascal Rigaux2004-07-051-1/+1
* fix typoPascal Rigaux2004-07-031-1/+1
* fix typoPascal Rigaux2004-07-011-1/+1
* - mkinitrd() calls make-boot-splash after building the initrdPascal Rigaux2004-06-291-47/+121
* after install, when modifying kernel parameters in all entries, skip the "fai...Pascal Rigaux2004-06-281-1/+3
* when adding a new kernel, have a nicer new name for conflicting entryPascal Rigaux2004-06-251-3/+8
* when modifying a symlink, ensure we also use the long name for the old symlin...Pascal Rigaux2004-06-251-15/+38
* fix 2 typosPascal Rigaux2004-06-251-1/+1
* drop obsolete functionPascal Rigaux2004-06-251-8/+0
* drop obsolete lnx4win_file()Pascal Rigaux2004-06-251-5/+0
* major cleanup and rewritePascal Rigaux2004-06-251-359/+419
* add check_enough_space() and use itPascal Rigaux2004-06-221-3/+7
* - fix typoPascal Rigaux2004-06-221-107/+6
* (write_grub_config) do not write partial config file (thus garbaging previousThierry Vignaud2004-06-011-16/+15
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-2/+2
* (method_choices) blacklist again Savage, they're broken again :-(Thierry Vignaud2004-03-261-3/+1
* - preferring "p3-smp-64GB" first (for BIGMEM + SMP)Pascal Rigaux2004-03-241-5/+4
* fix extension parsing (vmlinuz-2.6.3-7mdksmp & vmlinuz-2.6.3-7mdkenterprise v...Pascal Rigaux2004-03-241-1/+1
* sorting based on @prefered is nearly unused, remove itPascal Rigaux2004-03-241-4/+1
* LSB doesn't need kernel 2.4 anymorePascal Rigaux2004-03-231-2/+4
* - always generate a precise entry using the precise versionPascal Rigaux2004-03-111-16/+7
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-1/+1
* (read) default to lilo if grub config file isn't there (workaroundThierry Vignaud2004-03-021-1/+1
* bugzilla #8133 says "VT8751 [ProSavageDDR P4M266] VGA Controller" (0x5333,Pascal Rigaux2004-03-021-1/+3
* if the default bootloader entry is invalid, choose another onePascal Rigaux2004-03-021-1/+5
* (update_for_renumbered_partitions):Pascal Rigaux2004-02-201-9/+13
* remove bad entries after reading existing conf filePascal Rigaux2004-02-171-2/+4
* log where the bootloader is installedPascal Rigaux2004-02-171-1/+1
* fix reading grub config (esp. when /boot is a separate partition)Pascal Rigaux2004-02-131-22/+24
* try hard to update_bootloader_for_renumbered_partitions()Pascal Rigaux2004-02-131-0/+43
* create read_grub_device_map()Pascal Rigaux2004-02-131-1/+6
* in get_kernels_and_labels():Pascal Rigaux2004-02-121-16/+15
* special way to remove mem=<memsize>Pascal Rigaux2004-02-061-1/+1
* please perl_checkerPascal Rigaux2004-02-061-1/+1
* following quintela's lilo change, allowing lilo labels up to 31 charactersPascal Rigaux2004-02-061-1/+1
* workaround buggy installkernel that left default value be geater thanThierry Vignaud2004-01-201-0/+2
* cleanup sanitize_ver (re-synced with common.pm from bootloader-utils)Pascal Rigaux2004-01-191-29/+15
* add a warning telling to run lilo after modifying the lilo.conf (bugzilla #6924)Pascal Rigaux2004-01-191-25/+26
* don't modify {append} after add_kernel(), call add_kernel() directly with the...Pascal Rigaux2004-01-151-6/+16
* drop keytable line in grub config file since grub doesn't handle it anymorePascal Rigaux2004-01-081-1/+0
* - simplify lilo boot message. Not mentioning the timeout parameter fixes bugz...Pascal Rigaux2004-01-081-22/+3
* handle lilo not installedPascal Rigaux2004-01-071-11/+5