Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
HEAD-2242 sdcboot should include chainloadable iPXE binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jclulow committed Jun 9, 2015
1 parent 41a555a commit 13f016d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GNUmakefile
Expand Up @@ -166,6 +166,7 @@ JOYENT_BINS = \
int14.com

BOOT_BINS = \
undionly.kpxe \
default.ipxe \
ipxe.lkrn \
memdisk
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 13f016d

Please sign in to comment.