Skip to content

Commit

Permalink
gpxelinux: Add new gpxelinuxk.0 target and pxelinuxk.gpxe script
Browse files Browse the repository at this point in the history
  • Loading branch information
geneC committed Feb 15, 2011
1 parent 5c93089 commit 968ffed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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 968ffed

Please sign in to comment.