Skip to content

Commit

Permalink
Merge remote-tracking branch 'genec/gpxelinux-kpxe-for-hpa'
Browse files Browse the repository at this point in the history
  • Loading branch information
H. Peter Anvin committed Mar 17, 2011
2 parents f7829be + 77244e1 commit 289fca6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -65,8 +65,8 @@ INSTALL_BIN = mtools/syslinux
# Things to install in /sbin
INSTALL_SBIN = extlinux/extlinux
# Things to install in /usr/lib/syslinux
INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 core/isolinux.bin \
core/isolinux-debug.bin \
INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 gpxe/gpxelinuxk.0 \
core/isolinux.bin core/isolinux-debug.bin \
dos/syslinux.com \
mbr/*.bin $(MODULES)
INSTALL_AUX_OPT = win32/syslinux.exe win64/syslinux64.exe
Expand Down
9 changes: 8 additions & 1 deletion gpxe/Makefile
Expand Up @@ -17,7 +17,7 @@
# Very simple, really...
#

TARGETS = gpxelinux.0
TARGETS = gpxelinux.0 gpxelinuxk.0

all: $(TARGETS)

Expand All @@ -39,3 +39,10 @@ src/bin/undionly.kkpxe: pxelinux.gpxe ../core/pxelinux.0

gpxelinux.0: src/bin/undionly.kkpxe
cp -f $< $@

src/bin/undionly.kpxe: pxelinuxk.gpxe ../core/pxelinux.0
$(MAKE) -C src bin/undionly.kpxe NO_WERROR=1 \
EMBEDDED_IMAGE=../pxelinuxk.gpxe,../../core/pxelinux.0

gpxelinuxk.0: src/bin/undionly.kpxe
cp -f $< $@
5 changes: 5 additions & 0 deletions gpxe/pxelinuxk.gpxe
@@ -0,0 +1,5 @@
#!gpxe
set use-cached 0
dhcp net0
imgload pxelinux.0
boot pxelinux.0

0 comments on commit 289fca6

Please sign in to comment.