feat(boot): add quiet option to the kernel parameters

This commit is contained in:
2025-12-12 17:49:34 +01:00
parent e8b8a1c84f
commit 030f3b8e39

View File

@@ -15,6 +15,7 @@
# plymouth boot eye candy # plymouth boot eye candy
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot.kernelParams = [ "quiet" ];
boot.plymouth.enable = true; boot.plymouth.enable = true;
boot.plymouth.theme = "spinner"; boot.plymouth.theme = "spinner";