remove splash

This commit is contained in:
Mohamed C. 2024-07-31 09:47:25 +02:00 committed by GitHub
parent 31ec06416f
commit e6bf5ba786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,5 +6,5 @@
boot.plymouth.theme = "bgrt"; boot.plymouth.theme = "bgrt";
boot.initrd.verbose = false; boot.initrd.verbose = false;
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
boot.kernelParams = [ "quiet" "splash" "udev.log_level=0" ]; boot.kernelParams = [ "quiet" "udev.log_level=0" ];
} }