From 98d1a20359dcfe2473353980182bde246db57b55 Mon Sep 17 00:00:00 2001 From: qpismont Date: Wed, 15 Oct 2025 19:32:03 +0200 Subject: [PATCH] Comment out Plymouth theme configuration in Containerfile --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index d0c3a4f..771548a 100644 --- a/Containerfile +++ b/Containerfile @@ -44,8 +44,8 @@ RUN mkdir -p /etc/dconf/db/local.d /etc/dconf/profile && \ dconf update 2>/dev/null || true # Configuration Plymouth (thème spinner par défaut) -RUN plymouth-set-default-theme spinner && \ - dracut -f +#RUN plymouth-set-default-theme spinner && \ +# dracut -f # Configuration pour flatpak RUN echo "user.max_user_namespaces=28633" > /etc/sysctl.d/userns.conf