Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parentac309272db091bbfa2d2f1414720e30a1e1e91f8 (diff)
enable firstboot for next builds (themes needed!)
-rw-r--r--soas-base.ks3
-rw-r--r--soas-sugar.ks7
2 files changed, 5 insertions, 5 deletions
diff --git a/soas-base.ks b/soas-base.ks
index f86f0d4..1c7bfc0 100644
--- a/soas-base.ks
+++ b/soas-base.ks
@@ -246,9 +246,6 @@ fi
# allow sudo for olpc user
echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
-# turn off firstboot for livecd boots
-chkconfig --level 345 firstboot off 2>/dev/null
-
# don't start yum-updatesd for livecd boots
chkconfig --level 345 yum-updatesd off 2>/dev/null
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