From 180ac832edc8ae6ec8bf41486da5e464b4dfce8f Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:34:23 +0100 Subject: [PATCH] Remove service enablement from Containerfile Removed enabling of firstboot-setup.service in the Containerfile. --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index edbce57..755d104 100644 --- a/Containerfile +++ b/Containerfile @@ -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.