From 13f016db16c2e181c832161f738501f0c42405ba Mon Sep 17 00:00:00 2001 From: "Joshua M. Clulow" Date: Tue, 9 Jun 2015 01:25:59 +0000 Subject: [PATCH] HEAD-2242 sdcboot should include chainloadable iPXE binary --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index f255358..c9b58d3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -166,6 +166,7 @@ JOYENT_BINS = \ int14.com BOOT_BINS = \ + undionly.kpxe \ default.ipxe \ ipxe.lkrn \ memdisk @@ -205,6 +206,7 @@ $(FREEDOS_ROOT)/gnu/%.exe : FILEMODE = 755 $(BOOT_ROOT)/memdisk : FILEMODE = 755 $(BOOT_ROOT)/ipxe.lkrn : FILEMODE = 755 $(BOOT_ROOT)/default.ipxe : FILEMODE = 644 +$(BOOT_ROOT)/undionly.kpxe : FILEMODE = 644 .PHONY: all all: $(SUBMODULES) $(ROOT_FREEDOS) $(ROOT_BOOT) $(FLOPPY_IMAGE)