david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

fixed small things

This commit is contained in:
david 2017-11-25 23:33:06 +01:00
parent c7298183d7
commit 04b60e43af
1 changed files with 1 additions and 9 deletions

View File

@ -84,7 +84,6 @@ shell
echo Booting from local disks echo Booting from local disks
sleep 2 sleep 2
sanboot --no-describe --drive 0x80 || goto menu sanboot --no-describe --drive 0x80 || goto menu
exit
## boot.aec.at ## boot.aec.at
:aecat :aecat
@ -94,7 +93,6 @@ set conn_type https
chain --autofree https://boot.aec.at/menu.ipxe || echo HTTPS failed... attempting HTTP... chain --autofree https://boot.aec.at/menu.ipxe || echo HTTPS failed... attempting HTTP...
set conn_type http set conn_type http
chain --autofree http://boot.aec.at/menu.ipxe || goto menu chain --autofree http://boot.aec.at/menu.ipxe || goto menu
exit
## netboot.xyz ## netboot.xyz
:netbootxyz :netbootxyz
@ -104,7 +102,6 @@ set conn_type https
chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS failed... attempting HTTP... chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS failed... attempting HTTP...
set conn_type http set conn_type http
chain --autofree http://boot.netboot.xyz/menu.ipxe || goto menu chain --autofree http://boot.netboot.xyz/menu.ipxe || goto menu
exit
## GHOST - Windows 8.1 ## GHOST - Windows 8.1
:windows81 :windows81
@ -139,20 +136,15 @@ menu GHOST boot options
item --gap MAC Address: ${net0/mac} item --gap MAC Address: ${net0/mac}
item --gap IP Address: ${net0/ip} item --gap IP Address: ${net0/ip}
item --gap Netmask: ${net0/netmask} item --gap Netmask: ${net0/netmask}
item --gap Gateway: ${net0/gateway}
item --gap DNS: ${net0/dns}
item item
item antergos Boot into Antergos item antergos Boot into Antergos
item archlinux Boot into Archlinux item archlinux Boot into Archlinux
item windows81 Boot into Windows 8.1 item windows81 Boot into Windows 8.1
item item
item aecat Boot from https://boot.aec.at
item netbootxyz Boot from https://boot.netboot.xyz
item
item advanced Advanced iPXE options item advanced Advanced iPXE options
item item
choose target && goto ${target} choose target && goto ${target}
goto menu goto ${net0/ip} || goto menu