Skip to content

Commit 5ed3870

Browse files
committed
feat: Run firstboot script per-profile
Currently just for yafti
1 parent 668ec56 commit 5ed3870

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Containerfile

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ RUN rpm-ostree override remove \
4747
plasma-welcome \
4848
toolbox
4949

50+
# Run firstboot script per-profile
51+
RUN mkdir -p "/usr/etc/profile.d/"
52+
RUN ln -s "/usr/share/ublue-os/firstboot/launcher/login-profile.sh" \
53+
"/usr/etc/profile.d/ublue-firstboot.sh"
54+
5055
# Cleanup & Finalize
5156
RUN pip install --prefix=/usr yafti && \
5257
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \

0 commit comments

Comments
 (0)