wok diff syslinux/stuff/iso2exe/init @ rev 15369
syslinux: replace gpxe by ipxe
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 14 15:01:17 2013 +0000 (2013-10-14) |
parents | 72556e4745dd |
children | 3bb29e042c1c |
line diff
1.1 --- a/syslinux/stuff/iso2exe/init Sun Apr 07 20:27:24 2013 +0100 1.2 +++ b/syslinux/stuff/iso2exe/init Mon Oct 14 15:01:17 2013 +0000 1.3 @@ -319,7 +319,7 @@ 1.4 from the Web using PXE and HTTP protocols.\n 1.5 " 12 70 1.6 [ $? -eq 0 ] || return 1.7 - cp /media/cdrom/boot/gpxe /mnt 1.8 + cp /media/cdrom/boot/?pxe /mnt 1.9 } 1.10 1.11 fdgpxe() 1.12 @@ -334,7 +334,7 @@ 1.13 Please insert a blank disk in floppy drive.\n 1.14 " 12 70 1.15 [ $? -eq 0 ] || return 1.16 - dd if=/media/cdrom/boot/gpxe of=/dev/fd0 1.17 + dd if=/media/cdrom/boot/?pxe of=/dev/fd0 1.18 } 1.19 1.20 xfile() 1.21 @@ -540,6 +540,8 @@ 1.22 $(cdfile boot/memtest "fdmemtest" "Create a Memtest86 boot floppy") \ 1.23 $(cdfile Xboot/gpxe "gpxe" "Get SliTaz Web boot utility") \ 1.24 $(cdfile boot/gpxe "fdgpxe" "Create a SliTaz Web boot floppy") \ 1.25 +$(cdfile Xboot/ipxe "gpxe" "Get SliTaz Web boot utility") \ 1.26 +$(cdfile boot/ipxe "fdgpxe" "Create a SliTaz Web boot floppy") \ 1.27 $(xfile reboot "restart" "Restart the computer") \ 1.28 $(xfile poweroff "stop" "Power off") \ 1.29 "bootlog" "Linux boot messages" \