diff --git a/components/base.xml b/components/base.xml index f1eed03..acb312e 100644 --- a/components/base.xml +++ b/components/base.xml @@ -16,6 +16,7 @@ + diff --git a/config.sh b/config.sh index dd44ede..b3381dc 100755 --- a/config.sh +++ b/config.sh @@ -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 #--------------------------------------