From d4eb5d82c33bbd65de759ea96c42b98290a90c33 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 24 Nov 2024 17:44:47 +0100 Subject: [PATCH] more Plymouth stuff --- share/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/common.nix b/share/common.nix index cfee4c3..2fa01fb 100644 --- a/share/common.nix +++ b/share/common.nix @@ -36,6 +36,10 @@ in # my kernel parameters boot.kernelParams = [ + # Plymouth + "quiet" + "splash" + # don't check for split locks, for KVM and Co. "split_lock_detect=off"