Commit f4603267 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: rescue switch to isolinux

isolinux supports Hardware Detection Tool.
parent 8f4aa244
......@@ -171,6 +171,9 @@ 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