wok diff ipxe/receipt @ rev 20041

kleanny (tiny edits)
author Paul Issott <paul@slitaz.org>
date Tue Aug 29 19:33:53 2017 +0100 (2017-08-29)
parents 28e74f124643
children f5fed8df2464
line diff
     1.1 --- a/ipxe/receipt	Thu Apr 20 09:45:12 2017 +0200
     1.2 +++ b/ipxe/receipt	Tue Aug 29 19:33:53 2017 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://git.ipxe.org/ipxe.git/snapshot/$GIT_TAG.tar.bz2"
     1.5  
     1.6  DEPENDS=""
     1.7 -BUILD_DEPENDS="perl wget liblzma-dev"
     1.8 +BUILD_DEPENDS="perl wget liblzma-dev syslinux"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -26,6 +26,9 @@
    1.13  	    -e 's|//\(#define.*CONSOLE_CMD\)|\1|' \
    1.14  	    -e 's|//\(#define.*REBOOT_CMD\)|\1|' config/general.h
    1.15  	cp $stuff/lkrnprefix.S arch/i386/prefix
    1.16 +	pxelinux="$(ls $WOK/syslinux/source/*/core/pxelinux.0)"
    1.17 +	make bin/undionly.kkkpxe EMBED=$stuff/ipxelinux.ipxe,$pxelinux &&
    1.18 +		mv bin/undionly.kkkpxe bin/ipxelinux.0
    1.19  	make bin/undionly.pxe bin/undionly.kpxe bin/undionly.kkpxe \
    1.20  	     bin/undionly.kkkpxe bin/ipxe.pxe bin/ipxe.kpxe bin/ipxe.kkpxe \
    1.21  	     bin/ipxe.kkkpxe bin/ipxe.nbi bin/ipxe.lkrn EMBED=$stuff/ipxe.cmd