mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 00:40:01 +00:00
feat: Run firstboot script per-profile
Currently just for yafti
This commit is contained in:
parent
668ec565f0
commit
5ed38702a0
@ -47,6 +47,11 @@ RUN rpm-ostree override remove \
|
||||
plasma-welcome \
|
||||
toolbox
|
||||
|
||||
# Run firstboot script per-profile
|
||||
RUN mkdir -p "/usr/etc/profile.d/"
|
||||
RUN ln -s "/usr/share/ublue-os/firstboot/launcher/login-profile.sh" \
|
||||
"/usr/etc/profile.d/ublue-firstboot.sh"
|
||||
|
||||
# Cleanup & Finalize
|
||||
RUN pip install --prefix=/usr yafti && \
|
||||
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user