From a0d9aa0783174cde74283c83ed505eb3187747a6 Mon Sep 17 00:00:00 2001 From: houmgaor Date: Sat, 28 Feb 2026 01:14:59 +0100 Subject: [PATCH] dasharo: add Dasharo Tools Suite (Nightly) iPXE menu entry Add a new "Dasharo Tools Suite (Nightly)" entry to the iPXE network boot menu, placed after the stable DTS entry. It chains to https://boot.dasharo.com/dts/nightly.ipxe where nightly builds from the develop branch land. Resolves: Dasharo/dasharo-issues#1041 Signed-off-by: houmgaor --- dasharo/dasharo.ipxe | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dasharo/dasharo.ipxe b/dasharo/dasharo.ipxe index 6f97fc1..9c4f92a 100644 --- a/dasharo/dasharo.ipxe +++ b/dasharo/dasharo.ipxe @@ -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} @@ -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 ||