From b6f15f5b6c6c3dca3acf8ebf7e29bbacd66daba1 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 18 Sep 2024 15:16:49 +0200 Subject: [PATCH] Don't stop the boot after PLIC tests --- lagarto-ox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 8e1dfd6..746d485 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -237,8 +237,8 @@ fi ) set +x - echo "all done, dropping to a shell..." - ash + #echo "all done, dropping to a shell..." + #ash ''; "/preinit".source = pkgs.writeScript "preinit" ''