# HG changeset patch # User Pascal Bellard # Date 1214779486 0 # Node ID 884b79c38a7527523f3d76a8ffe624332feee3ca # Parent a28a18adeab4e6252b89a5670931054339d13c91 Add gpxe-pxe diff -r a28a18adeab4 -r 884b79c38a75 gpxe-pxe/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpxe-pxe/receipt Sun Jun 29 22:44:46 2008 +0000 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="gpxe-pxe" +VERSION="0.9.3" +CATEGORY="system-tools" +SHORT_DESC="Ethernet bootloader for pxe server." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://www.etherboot.org/" +WANTED="gpxe" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/boot + cp $src/src/bin/undionly.kpxe $fs/usr/share/boot/gpxe.pxe + # install 127 bytes of forced url at offset 5 + echo -n "http://boot.slitaz.org/gpxe" | cat - /dev/zero | dd bs=1 \ + seek=5 count=127 conv=notrunc of=$fs/usr/share/boot/gpxe.pxe +}