From b1e9058f7c2f514aa04c3e47c978a817fe1ad429 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Wed, 6 Sep 2023 07:44:37 -0700 Subject: [PATCH] Install extras on firstboot if available --- components/base.xml | 1 + config.sh | 4 ++++ 2 files changed, 5 insertions(+) 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 #--------------------------------------