Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-sugar.ks
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-08-03 17:45:14 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-08-03 17:45:14 (GMT)
commit8cac1c1e20ab8d8f7ebd534aff25a1b5bc7dc8de (patch)
tree99e179ca876364917efc7608c0af6e80c2880f5f /soas-sugar.ks
parentac309272db091bbfa2d2f1414720e30a1e1e91f8 (diff)
enable firstboot for next builds (themes needed!)
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