Enable stage 2 shell

This commit is contained in:
2024-09-27 14:12:21 +02:00
parent 58c6d56e96
commit edb597ad6a
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ if [ "${IN_NIXOS_SYSTEMD_STAGE1:-}" != true ]; then
set -x
;;
debug2)
bash -i
@shellDebug@ -i
;;
esac
done