wok diff gpxe-pxe/receipt @ rev 3322
add file-dev | need magic.h for splashy
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Tue Jun 09 18:38:41 2009 +0000 (2009-06-09) |
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 Jun 09 18:38:41 2009 +0000 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 }