From 2b46524a42cc122e4d7b0fff8b266217afa2fdc0 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:24:46 +0100 Subject: [PATCH] Update Containerfile --- Containerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 51187e5..94a038f 100644 --- a/Containerfile +++ b/Containerfile @@ -63,8 +63,9 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ /ctx/build/10-build.sh COPY files/ / -RUN chmod +x /usr/libexec/firstboot-setup.sh -RUN systemctl enable firstboot-setup.service +RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \ + systemctl --global enable firstboot-user.service + ### LINTING ## Verify final image and contents are correct. RUN bootc container lint