Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | fix /etc/lilo.conf generation when reading grub config by setting valid boot= | Thierry Vignaud | 2003-07-14 | 1 | -0/+5 |
| | | | | | parameter | ||||
* | (grub2dev) | Thierry Vignaud | 2003-06-24 | 1 | -2/+1 |
| | | | | | | - remove dead code - enhance comment | ||||
* | (read_grub) increase readibility | Thierry Vignaud | 2003-06-24 | 1 | -2/+1 |
| | |||||
* | try to fix #3695 : read grub config file when current bootloader is grub | Thierry Vignaud | 2003-06-24 | 1 | -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 pragam | Thierry Vignaud | 2003-06-24 | 1 | -1/+1 |
| | |||||
* | make log message arch independant | Thierry Vignaud | 2003-06-24 | 1 | -1/+1 |
| | |||||
* | for whatever reason, the second part of detect_bootloader() | Thierry Vignaud | 2003-05-20 | 1 | -1/+1 |
| | | | | | consolidation didn't make up into the cvs | ||||
* | fix #3560 (drakboot not updating bootloader label): the only confusing | Thierry Vignaud | 2003-05-19 | 1 | -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): replace | Thierry Vignaud | 2003-05-19 | 1 | -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 Vignaud | 2003-05-19 | 1 | -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 Vignaud | 2003-05-19 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-14 | 1 | -17/+11 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -9/+9 |
| | |||||
* | copy kernel and stage1 in order to avoid remapping /mnt/hd on the fly during | Francois Pons | 2003-03-31 | 1 | -8/+14 |
| | | | | | install for bootloader installation to complete correctly. | ||||
* | fixed regex for kernel options retrieved for restore bootloader entry. | Francois Pons | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | fixed another typo for adding restore entry (grub menu). | Francois Pons | 2003-03-26 | 1 | -1/+1 |
| | |||||
* | fixed wrong usage of any::hdInstallPath which is mapped as /tmp/image during | Francois Pons | 2003-03-26 | 1 | -3/+3 |
| | | | | | installation. | ||||
* | fix typo on grub menu file read. | Francois Pons | 2003-03-26 | 1 | -0/+17 |
| | |||||
* | 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 |
| | | | | | (it was buggy, always generating "map (0x81) (0x80)", even for hd2) | ||||
* | - add "Force No APIC" | Pascal Rigaux | 2003-02-20 | 1 | -8/+32 |
| | | | | | | | - rename add_append() to set_append() (since it can be used to remove a key) - add remove_append_simple() | ||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -2/+2 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | 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 |
| | | | | | is now using ntfs, not only Windows NT | ||||
* | 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", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
| | | | | "every", "partition" | ||||
* | (method_choices): returns the choices of bootloaders (lilo, grub, yaboot...) ↵ | Pascal Rigaux | 2003-01-07 | 1 | -132/+154 |
| | | | | | | | | | | | | | + cleanup (suggest_onmbr): "lilo" and "grub" are now "unsafe" "on_mbr" choices - renaming of $lilo with $bootloader - $bootloader->{methods} is replaced by the much simpler $bootloader->{method}, the special handling of grub (which need to also generate lilo.conf) is nicely handled in bootloader::install() - cleanup error handling: it was using the ugly (though safe) /tmp/.error temporary file, better use an exception | ||||
* | 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 |
| | | | | comments | ||||
* | 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 |
| | | | | | | - when reading existing config, remove double quotes around the label (thanks to D.Faure) - add double quotes around the label instead of removing spaces (need checking installkernel compatibility) | ||||
* | 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 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | 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 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | 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 |
| | | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless |