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.
This commit is contained in:
+1
-5
@@ -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
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user