# HG changeset patch # User Pascal Bellard # Date 1393967281 0 # Node ID 82c793b0a8502e65eccb6959b3008533db4dc0ca # Parent 3bb29e042c1c9a1203cb811e0a9995f153b6bd81 syslinux/iso2exe/init: fix pxe names diff -r 3bb29e042c1c -r 82c793b0a850 syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Tue Mar 04 21:00:29 2014 +0000 +++ b/syslinux/stuff/iso2exe/init Tue Mar 04 21:08:01 2014 +0000 @@ -308,7 +308,7 @@ dd if=/media/cdrom/boot/memtest of=/dev/fd0 } -gpxe() +pxe() { $DIALOG --clear \ --title " SliTaz Web boot " \ @@ -323,7 +323,7 @@ cp $pxe /mnt/$(basename $pxe).exe } -fdgpxe() +fdpxe() { $DIALOG --clear \ --title " Create a SliTaz Web boot floppy " \ @@ -539,7 +539,7 @@ "tazboot" "Get tazboot.exe Linux loader" \ $(cdfile boot/memtest "memtest" "Get Memtest86") \ $(cdfile boot/memtest "fdmemtest" "Create a Memtest86 boot floppy") \ -$(cdfile boot/gpxe "pxe" "Get SliTaz Web boot utility") \ +$(cdfile Xboot/gpxe "pxe" "Get SliTaz Web boot utility") \ $(cdfile boot/gpxe "fdpxe" "Create a SliTaz Web boot floppy") \ $(cdfile boot/ipxe "pxe" "Get SliTaz Web boot utility") \ $(cdfile boot/ipxe "fdpxe" "Create a SliTaz Web boot floppy") \