Update kernel parameters
This commit is contained in:
parent
86c13cc4c7
commit
107470819c
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
kernelParams = ["quiet" "splash" "systemd.show_status=auto" "rd.udev.log_level=3"];
|
kernelParams = ["quiet" "splash" "loglevel=3" "systemd.show_status=false" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3"];
|
||||||
initrd.verbose = false;
|
initrd.verbose = false;
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
loader.systemd-boot.configurationLimit = 3;
|
loader.systemd-boot.configurationLimit = 3;
|
||||||
|
|||||||
@ -43,7 +43,7 @@ in {
|
|||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
kernelParams = ["quiet" "splash" "systemd.show_status=auto" "rd.udev.log_level=3"];
|
kernelParams = ["quiet" "splash" "loglevel=3" "systemd.show_status=false" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3"];
|
||||||
initrd.verbose = false;
|
initrd.verbose = false;
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
loader.timeout = lib.mkForce 0;
|
loader.timeout = lib.mkForce 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user