1
0
forked from dan/liminix

remove debug

This commit is contained in:
Arnout Engelen 2024-12-31 17:08:01 +01:00
parent 90b241d24e
commit 2ec024b82c
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA

View File

@ -113,7 +113,7 @@ in {
[ s6 s6-init-bin execline s6-linux-init s6-rc ];
boot.commandLine = [
"panic=10 oops=panic init=/bin/init loglevel=8 debug"
"panic=10 oops=panic init=/bin/init loglevel=8"
"root=${config.hardware.rootDevice}"
"rootfstype=${config.rootfsType}"
"fw_devlink=off"