summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Collapse)AuthorAgeFilesLines
* (update_for_renumbered_partitions):Pascal Rigaux2004-02-201-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 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
| | | | | (nb for titi: join($xx, $yy) is *not* useful)
* 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
| | | | | | | - 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 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
| | | | | | | | | 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 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 ↵Pascal Rigaux2004-01-151-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 anymorePascal Rigaux2004-01-081-1/+0
| | | | | (patch dropped long ago in grub 0.90-3mdk)
* - simplify lilo boot message. Not mentioning the timeout parameter fixes ↵Pascal Rigaux2004-01-081-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 installedPascal Rigaux2004-01-071-11/+5
|
* pass --splash <resolution> to mkinitrdPascal Rigaux2004-01-071-4/+9
| | | | | (so that make-boot-splash doesn't rely on lilo.conf or menu.lst)
* remove mkbootdisk supportPascal Rigaux2004-01-061-8/+0
|
* perl_checker fixesPascal Rigaux2004-01-051-1/+0
|
* grub altconfigfile is kind of brokenPascal Rigaux2004-01-021-6/+0
|
* escaped strings fixesThierry Vignaud2003-11-061-6/+6
|
* allow setting hdclun=0Pascal Rigaux2003-11-041-1/+1
|
* perl_checker compliancePascal Rigaux2003-10-011-1/+1
|
* - fix grub/menu.lst -> lilo.confPascal Rigaux2003-09-181-12/+24
| | | | | - cleanup
* protected restore entry to be only visible if restore option added during boot.Francois Pons2003-09-111-1/+1
|
* restore entry is a recovery entry.Francois Pons2003-09-101-1/+1
|
* restore entry shouldn't have reference of vga=... in append, moved to vga.Francois Pons2003-09-101-1/+5
|
* no more "dos" label in bootloader (it seems WinXP use the "DOS FAT16" for ↵Pascal Rigaux2003-09-101-1/+1
| | | | fat partitions)
* avoid lilo-graphic for ProSavageDDR card as this card seems to report bad ↵Francois Pons2003-09-091-1/+1
| | | | window size.
* set {perImageAppend} to the append= line from the default entry or the first ↵Pascal Rigaux2003-08-291-1/+5
| | | | image= entry
* have bootsplash also for smp & enterprise kernelsPascal Rigaux2003-08-211-1/+1
|
* perl_checker compliancePascal Rigaux2003-08-111-1/+1
|
* sanitize_ver() can fail and return ''Pascal Rigaux2003-08-111-1/+1
|
* don't overwrite $o->{bootloader}{method} (much nicer for auto_installs)Pascal Rigaux2003-08-031-1/+1
|
* use "splash=silent" instead of "quiet".Pascal Rigaux2003-07-311-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 fixThierry Vignaud2003-07-161-1/+1
|
* let video mode list be availlable when working with cvs files and not strippedThierry Vignaud2003-07-141-1/+1
| | | | | files from drakxtool
* fix /etc/lilo.conf generation when reading grub config by setting valid boot=Thierry Vignaud2003-07-141-0/+5
| | | | | parameter
* (grub2dev)Thierry Vignaud2003-06-241-2/+1
| | | | | | - remove dead code - enhance comment
* (read_grub) increase readibilityThierry Vignaud2003-06-241-2/+1
|
* try to fix #3695 : read grub config file when current bootloader is grubThierry Vignaud2003-06-241-0/+65
| | | | | | | | | | | | | - make read() a wrapper above read_grub() and read_lilo() (the later being quite identical to older read()) - introduce 3 new functions: * grub2dev() in order to guess linux device from grub one * ungrubify() in order to replace grub devices in file paths by proper linux mount points * read_grub() in order to parse /boot/grub/menu.lst and create proper bootloader data structure for setup
* fix pixel vs strict pragamThierry Vignaud2003-06-241-1/+1
|
* make log message arch independantThierry Vignaud2003-06-241-1/+1
|
* for whatever reason, the second part of detect_bootloader()Thierry Vignaud2003-05-201-1/+1
| | | | | consolidation didn't make up into the cvs
* fix #3560 (drakboot not updating bootloader label): the only confusingThierry Vignaud2003-05-191-0/+4
| | | | | | | | | | | bug is that when one come back to drakboot main window after having altered the bootloader, the main window still list the old bootloader as the current bootloader. let update this label. btw consolidate bootloader detection in bootloader::detect_bootloader()
* further fix #2826 (lilo failling to handle entry with spaces): replaceThierry Vignaud2003-05-191-0/+1
| | | | | | spaces by underscores in labels (image names are not likely to contain spaces) to prevent the error
* when configuring to install grub bootloader, we first install lilo, then grub.Thierry Vignaud2003-05-191-1/+1
| | | | | | | | | | the logic is that we only reread /etc/lilo.conf[1], so we need to write /etc/lilo.conf. but when installing grub, we really do not need to run lilo, we only have to write its config file. [1] because grub/menu.lst lacks some data and because we do neither want to parse both config files nor to resolve conflicts between configuration
* let further consolidate make_label_lilo_compatible()Thierry Vignaud2003-05-191-2/+2
|
* perl_checker fixesThierry Vignaud2003-05-141-17/+11
|