From 04b60e43af30d825b1bde10ec4af2ec884dbe7c6 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 25 Nov 2017 23:33:06 +0100 Subject: [PATCH] fixed small things --- src/embed.ipxe | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/embed.ipxe b/src/embed.ipxe index 0ce784d1..2f3085b3 100644 --- a/src/embed.ipxe +++ b/src/embed.ipxe @@ -84,7 +84,6 @@ shell echo Booting from local disks sleep 2 sanboot --no-describe --drive 0x80 || goto menu -exit ## boot.aec.at :aecat @@ -94,7 +93,6 @@ set conn_type https chain --autofree https://boot.aec.at/menu.ipxe || echo HTTPS failed... attempting HTTP... set conn_type http chain --autofree http://boot.aec.at/menu.ipxe || goto menu -exit ## netboot.xyz :netbootxyz @@ -104,7 +102,6 @@ set conn_type https chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS failed... attempting HTTP... set conn_type http chain --autofree http://boot.netboot.xyz/menu.ipxe || goto menu -exit ## GHOST - Windows 8.1 :windows81 @@ -139,20 +136,15 @@ menu GHOST boot options item --gap MAC Address: ${net0/mac} item --gap IP Address: ${net0/ip} item --gap Netmask: ${net0/netmask} -item --gap Gateway: ${net0/gateway} -item --gap DNS: ${net0/dns} item item antergos Boot into Antergos item archlinux Boot into Archlinux item windows81 Boot into Windows 8.1 item -item aecat Boot from https://boot.aec.at -item netbootxyz Boot from https://boot.netboot.xyz -item item advanced Advanced iPXE options item choose target && goto ${target} -goto menu +goto ${net0/ip} || goto menu