diff --git a/net-image/default.nix b/net-image/default.nix index cacfcb1..4e2fb81 100644 --- a/net-image/default.nix +++ b/net-image/default.nix @@ -15,10 +15,13 @@ "root=/dev/nfs" "rootwait" "elevator=deadline" - "console=tty1" - "console=serial0,115200n8" - "init=/sbin/init" - "loglevel=7" + # "console=tty1" + # "console=serial0,115200n8" + # "init=/sbin/init" + # "loglevel=7" + "systemd.debug_shell=1" + "systemd.log_level=debug" + "disable_splash" ]; netImage =