From f71922bb8befa67516f147ee0592a1a967fec516 Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Mon, 18 Nov 2024 16:44:01 +0100 Subject: [PATCH] Make desktop boot --- machines/nfs/netinstaller.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/machines/nfs/netinstaller.nix b/machines/nfs/netinstaller.nix index 2a74b73..c33308f 100644 --- a/machines/nfs/netinstaller.nix +++ b/machines/nfs/netinstaller.nix @@ -50,13 +50,12 @@ let :err :shell - shell + shell || :local - prompt --key 0x19 --timeout 2000 Booting local disk... && goto shell - sleep 2 + prompt --key 0x19 --timeout 2000 Booting local disk... && goto shell || - sanboot -n -d 0x80 + sanboot -d 0x80 || goto err ''; in