Commit 32e79be9 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

syslinux: add pxelinux.0

...so that bits required for PXE boot are handy in the image. Suggested-by: glebfm@altlinux.org, klark@altlinux.org
parent 853c5e27
......@@ -10,6 +10,7 @@ use/syslinux: sub/stage1 $(ISOHYBRID:%=use/isohybrid)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,STAGE1_PACKAGES,syslinux)
@$(call try,BOOTVGA,normal)
@$(call add,SYSLINUX_FILES,/usr/lib/syslinux/pxelinux.0)
endif
@$(call try,META_SYSTEM_ID,SYSLINUX)
@$(call set,RELNAME,ALT ($(IMAGE_NAME)))
......
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