Fixes a couple spelling mistakes

This commit is contained in:
Matt Dietz 2016-02-10 13:57:14 -08:00
parent 5a0cdb6923
commit 3e8c054616
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ set version 1.03
echo netboot.xyz iPXE loader v${version} echo netboot.xyz iPXE loader v${version}
goto dhcp goto dhcp
:dhcp :dhcp
dhcp || goto static dhcp || goto static
goto menu goto menu
@ -22,7 +22,7 @@ echo Attempting chainload of netboot.xyz...
goto menu || goto failsafe goto menu || goto failsafe
:menu :menu
chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attempting HTTP
sleep 5 sleep 5
chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting... chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
goto boot goto boot

View File

@ -18,7 +18,7 @@ echo Attempting chainload of netboot.xyz...
goto menu || goto failsafe goto menu || goto failsafe
:menu :menu
chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attempting HTTP
sleep 5 sleep 5
chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting... chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
goto boot goto boot