Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better NT & Fat bootloader entry adding or not | Pascal Rigaux | 2002-09-05 | 1 | -1/+3 |
| | |||||
* | do not add an nt label if there is no magic | Pascal Rigaux | 2002-09-05 | 1 | -2/+3 |
| | |||||
* | use name mangling for labels (taken from installkernel) | Pascal Rigaux | 2002-09-05 | 1 | -1/+41 |
| | |||||
* | (same_entries): compare kernel options sorted (this is an approximation of | Pascal Rigaux | 2002-09-04 | 1 | -4/+10 |
| | | | | | | | reality since order can matter, but...). An example is "quiet devfs=mount hdc=ide-scsi" vs "devfs=mount hdc=ide-scsi quiet" (thanks to Gabriel Phoenix) | ||||
* | :x | Pascal Rigaux | 2002-08-27 | 1 | -4/+0 |
| | |||||
* | correctly handle empty and commented lines in lilo.conf | Pascal Rigaux | 2002-08-26 | 1 | -1/+2 |
| | |||||
* | since lba32 is the default in lilo.conf | Pascal Rigaux | 2002-08-18 | 1 | -1/+2 |
| | | | | | | - write "geometric" when lba32 is not set - don't write lba32 (useless) | ||||
* | (add_entry): new entry will now keep its label, the conflicting one will be ↵ | Pascal Rigaux | 2002-08-16 | 1 | -8/+11 |
| | | | | renamed "old_xxx" (and not the opposite) | ||||
* | fix "You can't install the bootloader on a xfs partition" happening in weird ↵ | Pascal Rigaux | 2002-08-14 | 1 | -1/+1 |
| | | | | cases (thanks to Alan Hughes) | ||||
* | fix typo | Pascal Rigaux | 2002-08-12 | 1 | -1/+1 |
| | |||||
* | - compare_entries is now called same_entries | Pascal Rigaux | 2002-08-11 | 1 | -25/+37 |
| | | | | | | | - same_entries try hard to return true even if the files not the same but symlinks to the same file - rework add_entry (it handles weird case which used to give old_linux and old2_linux even if they are the same) - ensure the old failsafe entry doesn't give any old_failsafe | ||||
* | (mkinitrd): when an initrd is already there, it means an initrd is needed | Pascal Rigaux | 2002-08-09 | 1 | -1/+1 |
| | | | | | not the contrary (thanks to Damon Lynch for his test) | ||||
* | (get_kernels_and_labels): only take kernels for which we have the ↵ | Pascal Rigaux | 2002-08-06 | 1 | -0/+1 |
| | | | | corresponding /lib/modules/VERSION (otherwise mkinitrd will fail) | ||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -4/+1 |
| | |||||
* | (duplicate_kernel_entry): added | Pascal Rigaux | 2002-08-01 | 1 | -0/+10 |
| | |||||
* | get rid of some $prefix parameter passing (using $::prefix where needed instead) | Pascal Rigaux | 2002-08-01 | 1 | -103/+99 |
| | |||||
* | bootloader::suggest uses a hash for its options | Pascal Rigaux | 2002-08-01 | 1 | -4/+4 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | try to allow /boot on vfat (it used to work) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | - fix dying when mkinitrd doesn't create an initrd | Pascal Rigaux | 2002-07-26 | 1 | -10/+15 |
| | | | | | - cleanup | ||||
* | let the bootloader::mkinitrd error be seen by the GUI | Pascal Rigaux | 2002-07-25 | 1 | -5/+2 |
| | |||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -4/+4 |
| | |||||
* | now use kept c::rpmvercmp instead of removed pkgs::versionCompare. | Francois Pons | 2002-07-15 | 1 | -1/+1 |
| | |||||
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -1/+1 |
| | |||||
* | adapt to new lilo | Pascal Rigaux | 2002-06-05 | 1 | -23/+5 |
| | |||||
* | do not have "root=" with no root (needed for memtest) (thanks to Borsenkow ↵ | Pascal Rigaux | 2002-04-02 | 1 | -1/+1 |
| | | | | Andrej) | ||||
* | force mkinitrd *really* for bootsplash. | Francois Pons | 2002-03-15 | 1 | -1/+1 |
| | |||||
* | force initrd regeneration for oem on some case (maybe the cause of bootsplash | Francois Pons | 2002-03-15 | 1 | -1/+1 |
| | | | | | perturbation, as maintainer don't even known why it is running correctly :-) | ||||
* | don't have "quiet" boot in the server meta_class | Pascal Rigaux | 2002-03-12 | 1 | -2/+2 |
| | |||||
* | fix Stew sucks | Pascal Rigaux | 2002-03-11 | 1 | -1/+1 |
| | |||||
* | "--timeout=" must be after terminal | Pascal Rigaux | 2002-03-07 | 1 | -1/+1 |
| | |||||
* | add --timeout=... for "terminal serial ..." line in grub's menu.lst | Pascal Rigaux | 2002-03-07 | 1 | -1/+1 |
| | |||||
* | fix *some* stew errors | Pascal Rigaux | 2002-03-07 | 1 | -3/+3 |
| | |||||
* | drakboot functionality for PPC | Stew Benedict | 2002-03-07 | 1 | -13/+26 |
| | |||||
* | (add_append): don't add to entries of type 'other' | Pascal Rigaux | 2002-03-06 | 1 | -1/+1 |
| | |||||
* | - do not indent "disk=... bios=..." | Pascal Rigaux | 2002-03-01 | 1 | -5/+5 |
| | | | | | | | - $lilo->{first_hd_device} can be used to tell which drive is the first one for the BIOS. Useful when the bootloader is installed on a partition and not on the MBR. | ||||
* | read "disk=/dev/xxx bios=0x8x" and save it | Pascal Rigaux | 2002-03-01 | 1 | -25/+36 |
| | |||||
* | add "nowarn" in lilo.conf | Pascal Rigaux | 2002-02-28 | 1 | -1/+2 |
| | |||||
* | ignore-table is a global flag, so put it there (when needed) | Pascal Rigaux | 2002-02-25 | 1 | -1/+3 |
| | |||||
* | put ignore-table to disable lilo's partition table checking | Pascal Rigaux | 2002-02-22 | 1 | -1/+1 |
| | | | | | (esp. the checking of the CHS geometry vs linear geometry) | ||||
* | have devfs=nomount for failsafe | Pascal Rigaux | 2002-02-21 | 1 | -0/+1 |
| | |||||
* | fix "help lilo when there is hdd with no hdc drive" | Pascal Rigaux | 2002-02-05 | 1 | -1/+3 |
| | |||||
* | - fix some vga text modes 80x30 | Pascal Rigaux | 2002-02-03 | 1 | -4/+7 |
| | | | | | | | - chmod 600 lilo.conf when a password is given - fix general "append" (thanks to David Eastcott) | ||||
* | "password" works without "restricted", not the other way round (reported by ↵ | Pascal Rigaux | 2002-02-03 | 1 | -1/+4 |
| | | | | David Eastcott) | ||||
* | fix typo | Pascal Rigaux | 2002-02-03 | 1 | -1/+1 |
| | |||||
* | help lilo when there is hdd with no hdc drive (needs testing!) | Pascal Rigaux | 2002-02-03 | 1 | -4/+14 |
| | |||||
* | use the new format for combo's to clean code handling {vga} field | Pascal Rigaux | 2002-01-29 | 1 | -20/+13 |
| | |||||
* | cleanup perImageAppend code (hopefully handling nicely the mem=nopentium case) | Pascal Rigaux | 2002-01-28 | 1 | -12/+24 |
| | |||||
* | fixed get_append if key=mem. | Francois Pons | 2002-01-28 | 1 | -1/+5 |
| |