Install extras on firstboot if available
This commit is contained in:
parent
fa8af4621f
commit
b1e9058f7c
@ -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>
|
||||
|
@ -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
|
||||
#--------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user