Remove service enablement from Containerfile
Removed enabling of firstboot-setup.service in the Containerfile.
This commit is contained in:
+2
-2
@@ -65,8 +65,8 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
|
||||
COPY files/. /
|
||||
RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \
|
||||
chmod +x /etc/skel/.config/firstboot/wait-and-run.sh && \
|
||||
chmod +x /usr/local/bin/install-homebrew.sh && \
|
||||
systemctl --global enable firstboot-setup.service
|
||||
chmod +x /usr/local/bin/install-homebrew.sh
|
||||
|
||||
|
||||
### LINTING
|
||||
## Verify final image and contents are correct.
|
||||
|
||||
Reference in New Issue
Block a user