Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix getting raid-extra-boot (bugzilla #19965) | Pascal Rigaux | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | use compact by default, it is strongly suggested in lilo's documentation even | Pascal Rigaux | 2005-09-26 | 1 | -0/+1 |
| | | | | | | | if it can lead to bios issues. to be disabled if it causes pbs | ||||
* | cleanup sanitize_ver(), makes label longer but cleaner | Pascal Rigaux | 2005-09-22 | 1 | -19/+23 |
| | |||||
* | if we have dmraid devices, use grub, and not only if the boot device is on ↵ | Pascal Rigaux | 2005-09-14 | 1 | -3/+2 |
| | | | | dmraid (bugzilla #18386) | ||||
* | - drop splashimage if file can't be found (useful when upgrading) | Pascal Rigaux | 2005-09-13 | 1 | -1/+6 |
| | | | | | - internally splashimage is preferably a file, not a grub file | ||||
* | background and foreground are valid menu.lst commands | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | - create cleanup_entries() which remove bad entries (and more verbosely than ↵ | Pascal Rigaux | 2005-09-13 | 1 | -5/+16 |
| | | | | | | | was done for lilo.conf) and call it for all bootloaders (was only for lilo) - keep removing duplicate labels only for lilo (and use uniq_) (don't do it for grub since duplicate labels are allowed (???)) | ||||
* | create read_grub_menu_lst() and read_grub_install_sh() | Pascal Rigaux | 2005-09-12 | 1 | -8/+23 |
| | |||||
* | see if we have menu.lst first | Pascal Rigaux | 2005-09-09 | 1 | -2/+2 |
| | |||||
* | handle "module xxx" lines in menu.lst (used for xen) | Pascal Rigaux | 2005-09-09 | 1 | -0/+3 |
| | |||||
* | different entries are same even if readonly value is not the same | Pascal Rigaux | 2005-09-06 | 1 | -1/+1 |
| | | | | | (since we dropped setting readonly) | ||||
* | handle "=" between keyword and value (esp. useful for reading conectiva's ↵ | Pascal Rigaux | 2005-09-01 | 1 | -1/+1 |
| | | | | menu.lst) (bugzilla #18090) | ||||
* | fix ugly typo | Pascal Rigaux | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | handle {message_text} not set but /boot/message-text existing | Pascal Rigaux | 2005-08-30 | 1 | -1/+4 |
| | |||||
* | create suggest_message_text() | Pascal Rigaux | 2005-08-30 | 1 | -14/+20 |
| | |||||
* | finish commit 1.387 | Pascal Rigaux | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | handle parsing of more complicated setup line in install.sh | Pascal Rigaux | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | we don't want drakxtools-backend to depend on perl-URPM | Pascal Rigaux | 2005-08-29 | 1 | -3/+14 |
| | |||||
* | fix typo (thanks to perl_checker) | Pascal Rigaux | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | handle things like append="foo=\"bar boo\"" (bugzilla #17937) | Pascal Rigaux | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | handle reading & writing \" in lilo.conf | Pascal Rigaux | 2005-08-29 | 1 | -2/+10 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2005-08-25 | 1 | -1/+1 |
| | |||||
* | install grub stage files in install_grub(), not write_grub() (bugzilla ↵ | Pascal Rigaux | 2005-08-25 | 1 | -6/+5 |
| | | | | #17830) (thanks to herton) | ||||
* | Grub really is named GRUB (and it makes the pull-down menu more consistent ↵ | Thierry Vignaud | 2005-08-24 | 1 | -2/+2 |
| | | | | btw...) | ||||
* | enhance grub device.map parsing (bugzilla #17732) | Pascal Rigaux | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | fix update_for_renumbered_partitions (bugzilla #16786) | Pascal Rigaux | 2005-08-08 | 1 | -2/+8 |
| | |||||
* | catch error earlier (bugzilla #16993) (doesn't really fix the pb as wanted ↵ | Pascal Rigaux | 2005-08-08 | 1 | -0/+1 |
| | | | | in bugzilla report, but i've not time for it) | ||||
* | move is_xbox from common to detect_devices | Olivier Blin | 2005-08-05 | 1 | -1/+1 |
| | |||||
* | add support for graphical grub (Herton Ronaldo Krzes) | Thierry Vignaud | 2005-07-07 | 1 | -8/+16 |
| | |||||
* | - lilo doesn't work on dmraid so forcing grub | Pascal Rigaux | 2005-07-01 | 1 | -5/+8 |
| | | | | | - method_choices() now wants $all_hds instead of $fstab | ||||
* | Remove dependency of c::stuff on rpmlib | Rafael Garcia-Suarez | 2005-06-30 | 1 | -3/+3 |
| | |||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore | ||||
* | rollback titi's commit (it was needed with 10.2 code, but i've already ↵ | Pascal Rigaux | 2005-06-18 | 1 | -6/+4 |
| | | | | committed code to handle it cleanly in cooker (see $quotes_if_needed)) | ||||
* | (write_lilo) fix support for labels (eg: when switching from GRUB to | Thierry Vignaud | 2005-06-17 | 1 | -4/+6 |
| | | | | | LILO, let's prevent unmanagable 'root="LABEL=..."' to appear) | ||||
* | rewrite and document | Pascal Rigaux | 2005-06-17 | 1 | -6/+5 |
| | |||||
* | (read_grub) fix reading config with new grub (thus fixing detectloader, thus | Thierry Vignaud | 2005-06-17 | 1 | -1/+5 |
| | | | | | fixing bootloader-config, thus fixing installkernel) | ||||
* | - new grub has files in /lib/grub/i386-pc, copy them in /boot/grub (as done ↵ | Pascal Rigaux | 2005-06-16 | 1 | -5/+10 |
| | | | | | | | by grub-install) - use "setup" grub command instead of "install" so that it handles stage1.5 embedding if possible, and is simpler | ||||
* | (write_grub) adapt to grub-0.97-2mdk | Thierry Vignaud | 2005-06-14 | 1 | -1/+2 |
| | |||||
* | don't drop "shade" and "viewport" lines (bugzilla #16372) | Pascal Rigaux | 2005-06-10 | 1 | -1/+1 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -3/+3 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | move loopback.pm to fs/loopback.pm | Pascal Rigaux | 2005-06-10 | 1 | -3/+3 |
| | | | | | (since it's tightly tight to many fs* things) | ||||
* | - put quotes if needed for root=xxx (quotes are needed for LABEL=...) | Pascal Rigaux | 2005-06-06 | 1 | -5/+10 |
| | | | | | - use LABEL=... if preferred | ||||
* | rewrite before adding more | Pascal Rigaux | 2005-06-06 | 1 | -3/+9 |
| | |||||
* | keep read-only, read-write and label as verbatim as possible | Pascal Rigaux | 2005-06-06 | 1 | -5/+4 |
| | | | | | (note that read-only will not appear by default anymore since "ro" is the default) | ||||
* | use bootloader->{message_text} instead of bootloader->{message} | Pascal Rigaux | 2005-06-06 | 1 | -11/+13 |
| | |||||
* | remove unused old code | Pascal Rigaux | 2005-06-03 | 1 | -7/+0 |
| | |||||
* | fix typo in comment | Pascal Rigaux | 2005-05-27 | 1 | -1/+1 |
| | |||||
* | s/Mandrivalinux/Mandriva Linux/ | Funda Wang | 2005-05-20 | 1 | -1/+1 |
| | |||||
* | - list the known bootloaders without checking the availability of the binary ↵ | Pascal Rigaux | 2005-05-19 | 1 | -7/+22 |
| | | | | | | | (useful when we don't have the root partition mounted, eg in restore_ms_boot) - tell kdm which is the installed bootloader | ||||
* | lilo and grub are launched chrooted, so look for them in $::prefix | Pascal Rigaux | 2005-05-04 | 1 | -2/+2 |
| | | | | | (it worked during install since PATH contains /mnt/sbin and the like) |