wok-6.x diff gpxe-pxe/receipt @ rev 1480

update BUILD_DEPENDS for claws-mail-attremover claws-mail-notification claws-mail-vcalendar edje efreet ewl imlib2 xorg-server xorg-xf86-input-evdev xorg-xf86-input-keyboard xorg-xf86-input-mouse xorg-xf86-video-ati xorg-xf86-video-nv xorg-xf86-video-vesa xorg-xkeyboard-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 17:10:38 2008 +0000 (2008-10-04)
parents 884b79c38a75
children bbd4c519c147
line diff
     1.1 --- a/gpxe-pxe/receipt	Sun Jun 29 22:44:46 2008 +0000
     1.2 +++ b/gpxe-pxe/receipt	Sat Oct 04 17:10:38 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  }