Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (write_grub_config) do not write partial config file (thus garbaging previous | Thierry Vignaud | 2004-06-01 | 1 | -16/+15 |
| | | | | | config) if an error occured | ||||
* | 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 |
| | | | | | | - also adding i686-up-4GB - cleanup code | ||||
* | fix extension parsing (vmlinuz-2.6.3-7mdksmp & vmlinuz-2.6.3-7mdkenterprise ↵ | Pascal Rigaux | 2004-03-24 | 1 | -1/+1 |
| | | | | vs vmlinuz-2.6.3-7mdk-p3-smp-64GB & vmlinuz-2.6.3-7mdk-i686-up-4GB) | ||||
* | 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 |
| | | | | | | - remove the linux-2.4 or linux-2.6 entries which don't work together with the precise version entry - still have the "linux" entry | ||||
* | 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 |
| | | | | | buggy detectloader only checking MBR) | ||||
* | bugzilla #8133 says "VT8751 [ProSavageDDR P4M266] VGA Controller" (0x5333, | Pascal Rigaux | 2004-03-02 | 1 | -1/+3 |
| | | | | | | 0x8d04) has no pb with graphical lilo. So only keeping the restriction for (0x5333, 0x8d03), hoping that's what fpons wanted. | ||||
* | 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 |
| | | | | | | | - handle no grub config - skip modifications when dev2grub fail (since the device not in device.map means the device is currently unused for booting) | ||||
* | 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 |
| | | | | | (nb for titi: join($xx, $yy) is *not* useful) | ||||
* | 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 |
| | | | | | | | - change internal data structure - change regexp matching kernel names (was broken for 2.4.25-0.pre7.3mdk) - default to kernel 2.4 when lsb is installed | ||||
* | 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 |
| | | | | | | | | | the current number of entries, thus making drakboot displaying (default-entries_count) spurious "()*" entries which then results in writing back bogus grub conf file. kernel team should just be shuted down :-( | ||||
* | 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 ↵ | Pascal Rigaux | 2004-01-15 | 1 | -6/+16 |
| | | | | | | | the append parameter (so that comparison with previous entries is done correctly) | ||||
* | drop keytable line in grub config file since grub doesn't handle it anymore | Pascal Rigaux | 2004-01-08 | 1 | -1/+0 |
| | | | | | (patch dropped long ago in grub 0.90-3mdk) | ||||
* | - simplify lilo boot message. Not mentioning the timeout parameter fixes ↵ | Pascal Rigaux | 2004-01-08 | 1 | -22/+3 |
| | | | | | | | | bugzilla #5429 - remove /boot/grub/messages and don't use the i18n command which are obsolete since grub doesn't handle it anymore | ||||
* | handle lilo not installed | Pascal Rigaux | 2004-01-07 | 1 | -11/+5 |
| | |||||
* | pass --splash <resolution> to mkinitrd | Pascal Rigaux | 2004-01-07 | 1 | -4/+9 |
| | | | | | (so that make-boot-splash doesn't rely on lilo.conf or menu.lst) | ||||
* | remove mkbootdisk support | Pascal Rigaux | 2004-01-06 | 1 | -8/+0 |
| | |||||
* | perl_checker fixes | Pascal Rigaux | 2004-01-05 | 1 | -1/+0 |
| | |||||
* | grub altconfigfile is kind of broken | Pascal Rigaux | 2004-01-02 | 1 | -6/+0 |
| | |||||
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 1 | -6/+6 |
| | |||||
* | allow setting hdclun=0 | Pascal Rigaux | 2003-11-04 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-10-01 | 1 | -1/+1 |
| | |||||
* | - fix grub/menu.lst -> lilo.conf | Pascal Rigaux | 2003-09-18 | 1 | -12/+24 |
| | | | | | - cleanup | ||||
* | protected restore entry to be only visible if restore option added during boot. | Francois Pons | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | restore entry is a recovery entry. | Francois Pons | 2003-09-10 | 1 | -1/+1 |
| | |||||
* | restore entry shouldn't have reference of vga=... in append, moved to vga. | Francois Pons | 2003-09-10 | 1 | -1/+5 |
| | |||||
* | no more "dos" label in bootloader (it seems WinXP use the "DOS FAT16" for ↵ | Pascal Rigaux | 2003-09-10 | 1 | -1/+1 |
| | | | | fat partitions) | ||||
* | avoid lilo-graphic for ProSavageDDR card as this card seems to report bad ↵ | Francois Pons | 2003-09-09 | 1 | -1/+1 |
| | | | | window size. | ||||
* | set {perImageAppend} to the append= line from the default entry or the first ↵ | Pascal Rigaux | 2003-08-29 | 1 | -1/+5 |
| | | | | image= entry | ||||
* | have bootsplash also for smp & enterprise kernels | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-08-11 | 1 | -1/+1 |
| | |||||
* | sanitize_ver() can fail and return '' | Pascal Rigaux | 2003-08-11 | 1 | -1/+1 |
| | |||||
* | don't overwrite $o->{bootloader}{method} (much nicer for auto_installs) | Pascal Rigaux | 2003-08-03 | 1 | -1/+1 |
| | |||||
* | use "splash=silent" instead of "quiet". | Pascal Rigaux | 2003-07-31 | 1 | -1/+1 |
| | | | | | | kernel messages will still be written, but will be hidden (can be seen if pressing F2 or escape at boot time) | ||||
* | perl_checker fix | Thierry Vignaud | 2003-07-16 | 1 | -1/+1 |
| | |||||
* | let video mode list be availlable when working with cvs files and not stripped | Thierry Vignaud | 2003-07-14 | 1 | -1/+1 |
| | | | | | files from drakxtool |