wok-stable rev 1006

gpxe*: url=http://boot.slitaz.org/pxe/pxelinux.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 07 16:00:15 2008 +0000 (2008-07-07)
parents c1b6596e8b33
children fbe10c375c66
files gpxe-pxe/receipt gpxe/receipt
line diff
     1.1 --- a/gpxe-pxe/receipt	Mon Jul 07 15:18:59 2008 +0000
     1.2 +++ b/gpxe-pxe/receipt	Mon Jul 07 16:00:15 2008 +0000
     1.3 @@ -14,6 +14,6 @@
     1.4  	mkdir -p $fs/usr/share/boot
     1.5  	cp $src/src/bin/undionly.kpxe $fs/usr/share/boot/gpxe.pxe
     1.6  	# install 127 bytes of forced url at offset 5
     1.7 -	echo -n "http://boot.slitaz.org/gpxe" | cat - /dev/zero | dd bs=1 \
     1.8 +	echo -n "http://boot.slitaz.org/pxe/pxelinux.0" | cat - /dev/zero | dd bs=1 \
     1.9  		seek=5 count=127 conv=notrunc of=$fs/usr/share/boot/gpxe.pxe
    1.10  }
     2.1 --- a/gpxe/receipt	Mon Jul 07 15:18:59 2008 +0000
     2.2 +++ b/gpxe/receipt	Mon Jul 07 16:00:15 2008 +0000
     2.3 @@ -25,7 +25,7 @@
     2.4  	mkdir -p $fs/boot
     2.5  	cp $src/src/bin/gpxe.lkrn $fs/boot/gpxe
     2.6  	# install 127 bytes of forced url at offset 519
     2.7 -	echo -n "http://boot.slitaz.org/gpxe" | cat - /dev/zero | \
     2.8 +	echo -n "http://boot.slitaz.org/pxe/pxelinux.0" | cat - /dev/zero | \
     2.9  		dd bs=1 seek=519 count=127 conv=notrunc of=$fs/boot/gpxe
    2.10  	# Package all gpxe pkgs
    2.11  	for i in $(cd $WOK; ls -d gpxe-*)