We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668ec56 commit 5ed3870Copy full SHA for 5ed3870
Containerfile
@@ -47,6 +47,11 @@ RUN rpm-ostree override remove \
47
plasma-welcome \
48
toolbox
49
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
+
55
# Cleanup & Finalize
56
RUN pip install --prefix=/usr yafti && \
57
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \
0 commit comments