# HG changeset patch # User Pascal Bellard # Date 1468581482 -7200 # Node ID b87cb7a0f8902fc04294acdb28c2f932f5d55b27 # Parent 85fd069a568f5c352c2ce9a23ca10686787e4395 ipxe: build ipxe.kpxe diff -r 85fd069a568f -r b87cb7a0f890 ipxe-pxe/receipt --- a/ipxe-pxe/receipt Fri Jul 15 00:02:41 2016 +0200 +++ b/ipxe-pxe/receipt Fri Jul 15 13:18:02 2016 +0200 @@ -15,5 +15,6 @@ genpkg_rules() { mkdir -p $fs/usr/share/boot - cp -a $src/src/bin/undionly.kpxe $fs/usr/share/boot/ipxe.pxe + cp -a $src/src/bin/ipxe.kpxe $fs/usr/share/boot/ipxe.pxe + cp -a $src/src/bin/undionly.kpxe $fs/usr/share/boot/undi.pxe } diff -r 85fd069a568f -r b87cb7a0f890 ipxe/receipt --- a/ipxe/receipt Fri Jul 15 00:02:41 2016 +0200 +++ b/ipxe/receipt Fri Jul 15 13:18:02 2016 +0200 @@ -25,7 +25,7 @@ -e 's|//\(#define.*CONSOLE_CMD\)|\1|' \ -e 's|//\(#define.*REBOOT_CMD\)|\1|' config/general.h cp $stuff/lkrnprefix.S arch/i386/prefix - make bin/undionly.kpxe bin/ipxe.lkrn EMBED=$stuff/ipxe.cmd + make bin/undionly.kpxe bin/ipxe.kpxe bin/ipxe.lkrn EMBED=$stuff/ipxe.cmd } # Rules to gen a SliTaz package suitable for Tazpkg.