Commit b94bc99e authored by Michael Shigorin's avatar Michael Shigorin

rescue: added grub2, syslinux

There are various bootloaders around there and some of them are supported in ALT Linux; let's provide all the mainstream ones so that knowledgeable root@ has every tool needed for most situations needing bootloader repairs. These might require particular knowledge or special boot mode (like EFI ones).
parent e3f5060d
......@@ -2,7 +2,11 @@ use/rescue: use/stage2 sub/stage2@rescue use/syslinux/sdab.cfg \
use/firmware/full +wireless
@$(call add_feature)
@$(call add,RESCUE_PACKAGES,interactivesystem sysvinit udev)
@$(call add,RESCUE_PACKAGES,startup startup-rescue lilo)
@$(call add,RESCUE_PACKAGES,startup startup-rescue)
@$(call add,RESCUE_PACKAGES,grub2-pc lilo syslinux)
ifneq (,$(EFI_BOOTLOADER))
@$(call add,RESCUE_PACKAGES,grub2-efi)
endif
@$(call add,RESCUE_LISTS, openssh \
$(call tags,(base || extra || server || backup || misc) && \
(rescue || comm || network || security || archive)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment