summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/bootloader-config
Commit message (Collapse)AuthorAgeFilesLines
* fix typos in usagePascal Rigaux2004-09-241-6/+6
|
* - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵Pascal Rigaux2004-09-201-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 entriesPascal Rigaux2004-09-071-5/+23
|
* better error handlingPascal Rigaux2004-08-171-1/+1
|
* adapt to bootloader functions now using all_hds instead of hdsPascal Rigaux2004-08-051-5/+4
|
* don't allow unknown kernel names to mess everythingPascal Rigaux2004-08-041-1/+1
|
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-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 namePascal Rigaux2004-07-191-8/+12
|
* make_boot_splash is no good since the same initrd is used with or without vga=,Pascal Rigaux2004-07-151-1/+1
| | | | | so call add_boot_splash directly
* fix typoPascal Rigaux2004-07-061-1/+1
|
* - nicer "usage: ..."Pascal Rigaux2004-07-061-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 Rigaux2004-07-051-4/+0
|
* - new option --no-short-name which implies no short labels (usually vmlinuz) ↵Pascal Rigaux2004-07-051-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 Rigaux2004-06-301-0/+2
| | | | for lilo)
* please perl_checkerPascal Rigaux2004-06-301-1/+1
|
* *** empty log message ***Pascal Rigaux2004-06-301-0/+1
|
* add bootloader-config (tested for adding and removing in simple cases)Pascal Rigaux2004-06-291-0/+120