Enhance firstboot setup with symlink and permissions

Add firstboot setup service symlink and update permissions.
This commit is contained in:
humocs-man
2026-03-14 21:42:25 +01:00
committed by GitHub
parent 1a6df83b80
commit 21ea725f48
+7 -2
View File
@@ -63,9 +63,14 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
/ctx/build/10-build.sh /ctx/build/10-build.sh
COPY files/. / 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 /usr/local/bin/install-homebrew.sh && \
chmod +x /usr/local/bin/install-homebrew.sh mkdir -p /etc/skel/.config/systemd/user/graphical-session.target.wants && \
ln -s ../firstboot-setup.service \
/etc/skel/.config/systemd/user/graphical-session.target.wants/firstboot-setup.service
### LINTING ### LINTING