mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-01 11:51:14 +02:00
Fixes a couple spelling mistakes
This commit is contained in:
parent
5a0cdb6923
commit
3e8c054616
@ -22,7 +22,7 @@ echo Attempting chainload of netboot.xyz...
|
||||
goto menu || goto failsafe
|
||||
|
||||
: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
|
||||
chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
|
||||
goto boot
|
||||
|
@ -18,7 +18,7 @@ echo Attempting chainload of netboot.xyz...
|
||||
goto menu || goto failsafe
|
||||
|
||||
: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
|
||||
chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
|
||||
goto boot
|
||||
|
Loading…
x
Reference in New Issue
Block a user