diff --git a/Containerfile b/Containerfile index 5ab4420..700f4a2 100644 --- a/Containerfile +++ b/Containerfile @@ -68,15 +68,11 @@ COPY scripts/notify-bootc-user.sh /usr/bin/ # FLATPAK BAZAAR & SYSTEMD CONFIGURATION # ============================================================================= -# 4. Kopiere die Bazaar Preinstall-Deklaration -COPY configs/flatpak.preinstall /usr/share/flatpak/preinstall.d/ - -# 5. Kopiere und aktiviere den Systemd-Service für den Erst-Boot +# 4. Kopiere und aktiviere den Systemd-Service für den Erst-Boot COPY configs/flatpak-preinstall.service /usr/lib/systemd/system/flatpak-preinstall.service RUN mkdir -p /usr/lib/systemd/system/multi-user.target.wants && \ ln -s /usr/lib/systemd/system/flatpak-preinstall.service /usr/lib/systemd/system/multi-user.target.wants/flatpak-preinstall.service - ############################################################################### # LINTING & NATIVE RE-CHUNK GENERATION ###############################################################################