Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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) | ||||
* | - create config_files() out of update_for_renumbered_partitions() | Pascal Rigaux | 2005-04-27 | 1 | -29/+35 |
| | | | | | | | - create main_method_choices() out of read() - create configured_main_methods() for rescue install_bootloader - rework update_for_renumbered_partitions() | ||||
* | create install_raw_grub() and install_raw_lilo() | Pascal Rigaux | 2005-04-27 | 1 | -9/+16 |
| | |||||
* | using c::rpmvercmp is cleaner | Pascal Rigaux | 2005-04-25 | 1 | -2/+1 |
| | |||||
* | fix comparing kernel version greater than 6.8 | Pascal Rigaux | 2005-04-25 | 1 | -1/+2 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | fix setting perImageAppend to default entry {append} | Pascal Rigaux | 2005-04-11 | 1 | -1/+2 |
| | | | | | (it was buggy when the default entry had an empty append, making perImageAppend be failsafe on amd64 upgrade) | ||||
* | apply patch from bugzilla #15216, adding support for "password=..." and ↵ | Pascal Rigaux | 2005-04-05 | 1 | -0/+6 |
| | | | | "restricted" at per-entry level (thanks to jarfil) | ||||
* | enhance yaboot macos entry handling (mostly written by cjw) (bugzilla #14642) | Pascal Rigaux | 2005-03-21 | 1 | -6/+15 |
| | |||||
* | handle grub file names that do not correspond to a mounted filesystem ↵ | Pascal Rigaux | 2005-03-18 | 1 | -5/+14 |
| | | | | (bugzilla #14410) | ||||
* | use renamef instead of rename to create .old conf files | Pascal Rigaux | 2005-03-18 | 1 | -6/+6 |
| | |||||
* | - cluster without capturing | Daouda Lo | 2005-03-16 | 1 | -1/+1 |
| | |||||
* | fix dropping line macos in yaboot.conf (bugzilla #14642) | Pascal Rigaux | 2005-03-16 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2005-03-15 | 1 | -1/+1 |
| | |||||
* | don't die when we have no entries in grub menu.lst | Pascal Rigaux | 2005-03-13 | 1 | -2/+4 |
| | |||||
* | please perl_checker differently | Pascal Rigaux | 2005-03-08 | 1 | -2/+4 |
| | |||||
* | perl_checker - bad /me | Stew Benedict | 2005-03-08 | 1 | -2/+2 |
| | |||||
* | mousedrake, detectloader support for XBox | Stew Benedict | 2005-03-08 | 1 | -0/+19 |
| | |||||
* | do not check yaboot "magic" on ppc (it seems the magic we have is somewhat ↵ | Pascal Rigaux | 2005-03-04 | 1 | -0/+3 |
| | | | | wrong), assuming we have yaboot installed (it is the only handled bootloader anyway) | ||||
* | handle boot-as and master-boot (bugzilla #13846) | Pascal Rigaux | 2005-03-02 | 1 | -2/+3 |
| | |||||
* | fix comment | Pascal Rigaux | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | fix buggy get_append_memsize() (bugzilla #13874) | Pascal Rigaux | 2005-03-01 | 1 | -1/+2 |
| | |||||
* | fix typo | Pascal Rigaux | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | have install.sh 755 (as suggested by Vincent Meyer) | Pascal Rigaux | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | don't let table=c: break (special for Frank Griffin) | Pascal Rigaux | 2005-02-15 | 1 | -1/+3 |
| | |||||
* | fix ugly typo (especially causing acpi to not be set in drakboot --boot) | Pascal Rigaux | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | fix syntax error | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | mapdrive should not bother same_entries() | Pascal Rigaux | 2005-01-16 | 1 | -3/+1 |
| | |||||
* | in read_grub(), setting {table} cause write_grub to create a {mapdrive} even ↵ | Pascal Rigaux | 2005-01-15 | 1 | -4/+4 |
| | | | | when we didn't have one (bugzilla #12307) | ||||
* | write in lilo.conf the global root= (bugzilla #12312) | Pascal Rigaux | 2005-01-12 | 1 | -1/+1 |
| |