syslinux: add pxelinux.0
...so that bits required for PXE boot are handy in the image. Suggested-by: glebfm@altlinux.org, klark@altlinux.org
This commit is contained in:
parent
853c5e275d
commit
32e79be977
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user