mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-19 04:31:04 +02:00
Fixing some section names
This commit is contained in:
parent
13b176a02a
commit
d725d09e83
@ -8,7 +8,7 @@ goto dhcp
|
|||||||
:dhcp
|
:dhcp
|
||||||
dhcp || goto static
|
dhcp || goto static
|
||||||
prompt --key m --timeout 4000 Hit the ${bold}d${boldoff} key to open the debug console && goto debug || goto start
|
prompt --key m --timeout 4000 Hit the ${bold}d${boldoff} key to open the debug console && goto debug || goto start
|
||||||
goto start
|
goto menu
|
||||||
|
|
||||||
:static
|
:static
|
||||||
echo DHCP Server not found, enabling manual override:
|
echo DHCP Server not found, enabling manual override:
|
||||||
@ -20,9 +20,9 @@ echo -n Gateway: && read net0/gateway
|
|||||||
echo -n DNS: && read dns
|
echo -n DNS: && read dns
|
||||||
ifopen net0
|
ifopen net0
|
||||||
echo Attempting chainload of netboot.xyz...
|
echo Attempting chainload of netboot.xyz...
|
||||||
goto start || goto failsafe
|
goto menu || goto failsafe
|
||||||
|
|
||||||
:start
|
:menu
|
||||||
chain --autofree http://cdn.netboot.xyz/menu.ipxe
|
chain --autofree http://cdn.netboot.xyz/menu.ipxe
|
||||||
goto boot
|
goto boot
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@ echo -n Gateway: && read net0/gateway
|
|||||||
echo -n DNS: && read dns
|
echo -n DNS: && read dns
|
||||||
ifopen net0
|
ifopen net0
|
||||||
echo Attempting chainload of netboot.xyz...
|
echo Attempting chainload of netboot.xyz...
|
||||||
goto start || goto failsafe
|
goto menu || goto failsafe
|
||||||
|
|
||||||
:start
|
:menu
|
||||||
chain --autofree http://cdn.netboot.xyz/menu.ipxe
|
chain --autofree http://cdn.netboot.xyz/menu.ipxe
|
||||||
goto boot
|
goto boot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user