wok diff gpxe-pxe/receipt @ rev 4084

Add: blender (3D creation suite)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 16 00:12:26 2009 +0200 (2009-09-16)
parents bbd4c519c147
children d6b1e6646591
line diff
     1.1 --- a/gpxe-pxe/receipt	Mon Mar 02 08:57:35 2009 +0000
     1.2 +++ b/gpxe-pxe/receipt	Wed Sep 16 00:12:26 2009 +0200
     1.3 @@ -15,8 +15,8 @@
     1.4  	cp $src/src/bin/undionly.kpxe $fs/usr/share/boot/gpxe.pxe
     1.5  	# install 255 bytes of forced url at offset 5
     1.6  	echo -n "\
     1.7 -http://boot.slitaz.org/pxe/pxelinux.0,\
     1.8  http://mirror.slitaz.org/pxe/pxelinux.0,\
     1.9 +http://www.linuxembarque.com/slitaz/mirror/pxe/pxelinux.0,\
    1.10  http://download.tuxfamily.org/slitaz/pxe/pxelinux.0" | cat - /dev/zero | \
    1.11  	   dd bs=1 seek=5 count=255 conv=notrunc of=$fs/usr/share/boot/gpxe.pxe
    1.12  }