Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dasharo/dasharo.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ menu
item --gap -- ------------------------ Dasharo Network Boot Menu ------------------------
item boot Autoboot (DHCP)
item dasharo Dasharo Tools Suite
item dasharo_nightly Dasharo Tools Suite (Nightly)
item netbootxyz OS installation (netboot.xyz official server)
item shell iPXE Shell
choose --default boot --timeout 3000 target && goto ${target}
Expand All @@ -23,6 +24,11 @@ dhcp ||
chain https://boot.dasharo.com/dts/dts.ipxe ||
goto MENU

:dasharo_nightly
dhcp ||
chain https://boot.dasharo.com/dts/nightly.ipxe ||
goto MENU

:netbootxyz
dhcp ||
chain https://boot.netboot.xyz/menu.ipxe ||
Expand Down