Make boot more quiet
This commit is contained in:
parent
640d74b16d
commit
1c0091fb65
@ -9,7 +9,7 @@
|
||||
|
||||
boot = {
|
||||
consoleLogLevel = 0;
|
||||
kernelParams = ["quiet"];
|
||||
kernelParams = ["quiet" "splash" "systemd.show_status=auto" "rd.udev.log_level=3"];
|
||||
initrd.verbose = false;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.systemd-boot.configurationLimit = 3;
|
||||
|
||||
@ -23,7 +23,7 @@ in {
|
||||
|
||||
boot = {
|
||||
consoleLogLevel = 0;
|
||||
kernelParams = ["quiet"];
|
||||
kernelParams = ["quiet" "splash" "systemd.show_status=auto" "rd.udev.log_level=3"];
|
||||
initrd.verbose = false;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.timeout = lib.mkForce 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user