spec(incinerator): unlock initrd emergency access

This commit is contained in:
514fpv 2024-02-15 17:20:28 +08:00
parent 9e80dccac5
commit 485a2b7ac1
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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