Install extras on firstboot if available
This commit is contained in:
parent
fa8af4621f
commit
b1e9058f7c
@ -16,6 +16,7 @@
|
|||||||
<!-- Asahi packages -->
|
<!-- Asahi packages -->
|
||||||
<package name="alsa-ucm-asahi"/>
|
<package name="alsa-ucm-asahi"/>
|
||||||
<package name="asahi-repos"/>
|
<package name="asahi-repos"/>
|
||||||
|
<package name="fedora-asahi-remix-scripts"/>
|
||||||
<package name="tiny-dfr"/>
|
<package name="tiny-dfr"/>
|
||||||
</packages>
|
</packages>
|
||||||
</image>
|
</image>
|
||||||
|
@ -77,6 +77,10 @@ else
|
|||||||
touch /etc/reconfigSys
|
touch /etc/reconfigSys
|
||||||
fi
|
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
|
# Setup default target
|
||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user