Make boot more quiet

This commit is contained in:
Michael Smith 2024-09-05 22:59:03 +02:00
parent 640d74b16d
commit 1c0091fb65
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;