wok-6.x diff gpxe-pxe/receipt @ rev 3028
mesa: update build-depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 12 01:50:43 2009 +0200 (2009-05-12) |
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 Tue May 12 01:50:43 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 }