summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/bootloader-config
Commit message (Collapse)AuthorAgeFilesLines
* try harder to lookup / partition y looking at mounted points (mga#8717)Thierry Vignaud2013-04-041-0/+1
|
* fix adding bogues bootloader entries (root=/dev/)Thierry Vignaud2013-04-041-1/+1
| | | | | | We were silently failing to lookup / partition (mga#8717) It was actually broken since Pixel introduced the check in commit r208774 on 2004-08-17 ("better error handling")
* simplifyThierry Vignaud2013-04-041-1/+1
|
* simplifyThierry Vignaud2013-04-041-2/+1
|
* s/mdv/mga/Thierry Vignaud2013-04-041-2/+2
|
* do not build initrd if no bootloader is detected and --no-initd argument is ↵Colin Guthrie2013-03-191-0/+3
| | | | supplied
* revert more rosa crapThierry Vignaud2013-02-261-17/+0
|
* bootloader-config can now read back grub2 configThierry Vignaud2013-02-261-10/+7
|
* (detectloader) make it return 'grub2' when grub2 is installedThierry Vignaud2012-12-071-0/+1
| | | | rationale: rosa work is incomplete
* add support for Grub2 when installing/removing kernelsThierry Vignaud2012-12-071-11/+32
| | | | | (from rosa but fixed) (also way incomplete...)
* (configure_ide_controller) use empty prototypeThierry Vignaud2012-03-191-1/+1
| | | | (missing prototype since introduced in r224041 by pixel on Jun 28 2007)
* (_migrate_to_uuids__fstab) fix bogus usage of empty prototypeThierry Vignaud2012-03-191-1/+1
| | | | | | | (introduced in commit r246708 by pixel on Sep 26 2008, was: "- bootloader-config: o --action migrate-to-uuids: be more precautious when modifying /etc/fstab (especially do not drop unrecognised entries) (#43548)")
* simplify horrible codeThierry Vignaud2012-03-191-13/+1
| | | | | | I let ARM maintainer decides if the following is better: $image = find { -e $_ } map { "/boot/$_-$kernel_version" } if_(arch() =~ /arm/ && $kernel_version =~ /versatile/, 'uImage'), qw(vmlinux vmlinuz);
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-4/+4
| | | | | - use 'LDAP' instead of 'Ldap'
* - import stage1/drakxtools arm supportArnaud Patard2011-03-181-2/+7
|
* - import stage1/drakxtools mips supportArnaud Patard2011-03-181-1/+8
|
* call_vol_id was replaced by call_blkidChristophe Fergeau2009-11-171-1/+1
|
* - bootloader-config (and other tools): handle /dev/mapper/xxx1 instead ofPascal Rigaux2008-10-011-0/+1
| | | | | /dev/mapper/xxxp1 (#44182)
* - bootloader-config:Pascal Rigaux2008-09-301-1/+2
| | | | | | | o --action migrate-to-uuids: o do migrate dmraid device names to UUID (because of xxx1 vs xxxp1 device name issue, cf #44182)
* - bootloader-config:Pascal Rigaux2008-09-301-1/+7
| | | | | | | | o --action migrate-to-uuids: do not migrate non sdx/hdx to UUID (bootloader config) (it was done for fstab, but not for menu.lst)
* - bootloader-config:Pascal Rigaux2008-09-261-17/+23
| | | | | | o --action migrate-to-uuids: be more precautious when modifying /etc/fstab (especially do not drop unrecognised entries) (#43548)
* - bootloader-config:Pascal Rigaux2008-09-171-2/+3
| | | | | | | o --action migrate-to-uuids: do not migrate software raid to UUID (#43928) also fix a small typo in bootloader-config
* - bootloader-config:Pascal Rigaux2008-09-161-0/+28
| | | | | | o --action migrate-to-uuids: add UUID to swap v.2 in case the swap was created long ago when mkswap didn't do it by default
* - bootloader-config:Pascal Rigaux2008-09-051-2/+5
| | | | | o --action migrate-to-uuids: backup conf file prior to migration with suffix
* - bootloader-config:Pascal Rigaux2008-09-041-2/+60
| | | | | o add --action migrate-to-uuids
* - bootloader-config:Pascal Rigaux2007-11-301-1/+3
| | | | | o do not drop entries "failsafe" and "linux-nonfb" when removing a kernel
* remove debug code :-/Pascal Rigaux2007-06-281-1/+0
|
* - use modularized ide drivers and configure ide-controller in modprobe.confPascal Rigaux2007-06-281-0/+13
| | | | | | | - bootloader-config: o configure ide-controller in modprobe.conf for upgrading to kernels with modularized ide drivers
* small fix on previous commitPascal Rigaux2007-05-151-1/+2
|
* - bootloader-config:Pascal Rigaux2007-05-151-2/+24
| | | | | | o do create /boot/initrd-xxx.img when there is no bootloader (#30771 comment #21)
* re-sync after the big svn lossPascal Rigaux2007-04-251-11/+35
|
* fix borking entry "linux" (removing root=xxx) when removing a kernelPascal Rigaux2005-09-151-5/+6
|
* try to cleanup fs.pmPascal Rigaux2005-06-281-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
* nicer errorPascal Rigaux2005-06-061-1/+1
|
* - put quotes if needed for root=xxx (quotes are needed for LABEL=...)Pascal Rigaux2005-06-061-1/+1
| | | | | - use LABEL=... if preferred
* ensure we have /sbin in our PATHPascal Rigaux2005-03-141-0/+1
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)Pascal Rigaux2004-10-261-1/+1
|
* 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
|