Remove service enablement from Containerfile

Removed enabling of firstboot-setup.service in the Containerfile.
This commit is contained in:
humocs-man
2026-03-14 20:34:23 +01:00
committed by GitHub
parent 602ca83233
commit 180ac832ed
+2 -2
View File
@@ -65,8 +65,8 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
COPY files/. / COPY files/. /
RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \ RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \
chmod +x /etc/skel/.config/firstboot/wait-and-run.sh && \ chmod +x /etc/skel/.config/firstboot/wait-and-run.sh && \
chmod +x /usr/local/bin/install-homebrew.sh && \ chmod +x /usr/local/bin/install-homebrew.sh
systemctl --global enable firstboot-setup.service
### LINTING ### LINTING
## Verify final image and contents are correct. ## Verify final image and contents are correct.