wok-current rev 16013
syslinux/iso2exe/init: fix pxe names
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 04 21:08:01 2014 +0000 (2014-03-04) |
parents | 3bb29e042c1c |
children | f9588901ecdc |
files | syslinux/stuff/iso2exe/init |
line diff
1.1 --- a/syslinux/stuff/iso2exe/init Tue Mar 04 21:00:29 2014 +0000 1.2 +++ b/syslinux/stuff/iso2exe/init Tue Mar 04 21:08:01 2014 +0000 1.3 @@ -308,7 +308,7 @@ 1.4 dd if=/media/cdrom/boot/memtest of=/dev/fd0 1.5 } 1.6 1.7 -gpxe() 1.8 +pxe() 1.9 { 1.10 $DIALOG --clear \ 1.11 --title " SliTaz Web boot " \ 1.12 @@ -323,7 +323,7 @@ 1.13 cp $pxe /mnt/$(basename $pxe).exe 1.14 } 1.15 1.16 -fdgpxe() 1.17 +fdpxe() 1.18 { 1.19 $DIALOG --clear \ 1.20 --title " Create a SliTaz Web boot floppy " \ 1.21 @@ -539,7 +539,7 @@ 1.22 "tazboot" "Get tazboot.exe Linux loader" \ 1.23 $(cdfile boot/memtest "memtest" "Get Memtest86") \ 1.24 $(cdfile boot/memtest "fdmemtest" "Create a Memtest86 boot floppy") \ 1.25 -$(cdfile boot/gpxe "pxe" "Get SliTaz Web boot utility") \ 1.26 +$(cdfile Xboot/gpxe "pxe" "Get SliTaz Web boot utility") \ 1.27 $(cdfile boot/gpxe "fdpxe" "Create a SliTaz Web boot floppy") \ 1.28 $(cdfile boot/ipxe "pxe" "Get SliTaz Web boot utility") \ 1.29 $(cdfile boot/ipxe "fdpxe" "Create a SliTaz Web boot floppy") \