Install extras on firstboot if available

This commit is contained in:
Davide Cavalca 2023-09-06 07:44:37 -07:00
parent fa8af4621f
commit b1e9058f7c
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<!-- Asahi packages -->
<package name="alsa-ucm-asahi"/>
<package name="asahi-repos"/>
<package name="fedora-asahi-remix-scripts"/>
<package name="tiny-dfr"/>
</packages>
</image>

View File

@ -77,6 +77,10 @@ else
touch /etc/reconfigSys
fi
## Enable extras install on firstboot; this will only run if the extras are
## actually present (and self disable afterwards)
systemctl enable asahi-extras-firstboot.service
#======================================
# Setup default target
#--------------------------------------