remove quiet boot kernel param
This commit is contained in:
parent
74691538c4
commit
b153b908ed
@ -56,9 +56,7 @@ in {
|
||||
kernelParams = [
|
||||
"zfs.zfs_arc_max=${zfs_arc_max}"
|
||||
"zswap.enabled=0"
|
||||
"quiet"
|
||||
"scsi_mod.use_blk_mq=1"
|
||||
"modeset"
|
||||
"nofb"
|
||||
"pti=off"
|
||||
"spectre_v2=off"
|
||||
|
@ -35,7 +35,7 @@ with config.deviceSpecific; {
|
||||
};
|
||||
|
||||
kernelParams =
|
||||
[ "zswap.enabled=0" "quiet" "scsi_mod.use_blk_mq=1" "modeset" "nofb" ]
|
||||
[ "zswap.enabled=0" "scsi_mod.use_blk_mq=1" "nofb" ]
|
||||
++ lib.optionals (pkgs.hostPlatform.system == "x86_64-linux") [
|
||||
"rd.systemd.show_status=auto"
|
||||
"rd.udev.log_priority=3"
|
||||
|
@ -37,7 +37,7 @@
|
||||
"lockdown=confidentiality"
|
||||
"module.sig_enforce=1"
|
||||
"oops=panic"
|
||||
"quiet" "loglevel=0"
|
||||
"loglevel=0"
|
||||
"slab_nomerge"
|
||||
"vsyscall=none"
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user