Commit d36acb28 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: use grub-pc for rescue iso bootloading

Since there is now an HDT (Hardware Detection Tool) for grub-pc, there is not reason use syslinux.
parent 345a1ac8
......@@ -177,9 +177,6 @@ distro/regular-rescue: distro/.regular-base mixin/regular-rescue \
@$(call add,RESCUE_PACKAGES,gpm livecd-net-eth)
@$(call add,RESCUE_LISTS,$(call tags,base bench))
@$(call add,RESCUE_LISTS,$(call tags,network security))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,isolinux)
endif
distro/regular-rescue-netbootxyz: distro/.regular-bare mixin/regular-rescue
@$(call set,RELNAME,en.altlinux.org/rescue (netboot.xyz edition))
......
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