Disable initrd debugging

This commit is contained in:
Andrea Ciceri 2024-05-01 10:51:34 +02:00
parent 5eaac88cd0
commit 0462eb091c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -33,6 +33,6 @@
};
};
boot.initrd.systemd.additionalUpstreamUnits = ["debug-shell.service"];
boot.kernelParams = ["rd.systemd.debug_shell"];
# boot.initrd.systemd.additionalUpstreamUnits = ["debug-shell.service"];
# boot.kernelParams = ["rd.systemd.debug_shell"];
}