spec(incinerator): unlock initrd emergency access

This commit is contained in:
514fpv 2024-02-15 17:20:28 +08:00
parent 5a3f94fceb
commit 7b59869992
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

View file

@ -21,4 +21,5 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [ "console=ttyS0,115200n8" ];
boot.initrd.systemd.emergencyAccess = true;
}