Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nicer error | Pascal Rigaux | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | - put quotes if needed for root=xxx (quotes are needed for LABEL=...) | Pascal Rigaux | 2005-06-06 | 1 | -1/+1 |
| | | | | | - use LABEL=... if preferred | ||||
* | ensure we have /sbin in our PATH | Pascal Rigaux | 2005-03-14 | 1 | -0/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089) | Pascal Rigaux | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | fix typos in usage | Pascal Rigaux | 2004-09-24 | 1 | -6/+6 |
| | |||||
* | - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵ | Pascal Rigaux | 2004-09-20 | 1 | -1/+1 |
| | | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm | ||||
* | take care of symlink based bootloader entries | Pascal Rigaux | 2004-09-07 | 1 | -5/+23 |
| | |||||
* | better error handling | Pascal Rigaux | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | adapt to bootloader functions now using all_hds instead of hds | Pascal Rigaux | 2004-08-05 | 1 | -5/+4 |
| | |||||
* | don't allow unknown kernel names to mess everything | Pascal Rigaux | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | also add long name when adding add short name | Pascal Rigaux | 2004-07-19 | 1 | -8/+12 |
| | |||||
* | make_boot_splash is no good since the same initrd is used with or without vga=, | Pascal Rigaux | 2004-07-15 | 1 | -1/+1 |
| | | | | | so call add_boot_splash directly | ||||
* | fix typo | Pascal Rigaux | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | - nicer "usage: ..." | Pascal Rigaux | 2004-07-06 | 1 | -13/+54 |
| | | | | | | | | - add actions "add-entry" and "remove-entry" - add option --label - add option --chainload - rename --vmlinuz to --image | ||||
* | drop --no-link option (already replaced by --no-short-name) | Pascal Rigaux | 2004-07-05 | 1 | -4/+0 |
| | |||||
* | - new option --no-short-name which implies no short labels (usually vmlinuz) ↵ | Pascal Rigaux | 2004-07-05 | 1 | -2/+9 |
| | | | | | | | and no symlinks (usually /boot/vmlinuz) - rename --no-link to --no-short-name (keeping compatibility for a few days) | ||||
* | when doing update_splash or remove_splash, call when_config_changed (mainly ↵ | Pascal Rigaux | 2004-06-30 | 1 | -0/+2 |
| | | | | for lilo) | ||||
* | please perl_checker | Pascal Rigaux | 2004-06-30 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-06-30 | 1 | -0/+1 |
| | |||||
* | add bootloader-config (tested for adding and removing in simple cases) | Pascal Rigaux | 2004-06-29 | 1 | -0/+120 |