From bdc2d7ce9e9f6983ac61932465926b737edb6799 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 23 May 2026 12:32:37 +0200 Subject: [PATCH] Remove Bazaar preinstall copy command and update comment Removed the copy command for the Bazaar preinstall declaration and updated the comment for the Systemd service. --- Containerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 ###############################################################################