Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-sugar.ks
diff options
context:
space:
mode:
Diffstat (limited to 'soas-sugar.ks')
-rw-r--r--soas-sugar.ks7
1 files changed, 5 insertions, 2 deletions
diff --git a/soas-sugar.ks b/soas-sugar.ks
index b6bd6db..6bc1873 100644
--- a/soas-sugar.ks
+++ b/soas-sugar.ks
@@ -242,10 +242,13 @@ chmod a+x copy-to-datastore.py
su olpc -c ./copy-to-datastore.py
rm -f *.pdf
-# check modules and themes
+# check modules and themes and run firstboot
rm -f /usr/share/firstboot/modules/create_user.*
rm -f /usr/share/firstboot/modules/date.*
-# firstboot -r
+rm -f /usr/share/firstboot/modules/eula.*
+
+touch /etc/reconfigSys
+chkconfig --level 345 firstboot on 2>/dev/null
EOF