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-30 21:58:31 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-08-30 21:58:31 (GMT)
commit4f88efa369cabb1a37ae7d997fcaf254776aae76 (patch)
tree97ef44bc7f2272706d8eccc238322edf0ac7b94a
parent494711f26fad7eac7eb008c6344ab6c362843b71 (diff)
make sure to disable firstboot
-rw-r--r--soas-base.ks3
1 files changed, 3 insertions, 0 deletions
diff --git a/soas-base.ks b/soas-base.ks
index 1e475c8..fe4471b 100644
--- a/soas-base.ks
+++ b/soas-base.ks
@@ -241,6 +241,9 @@ fi
# allow sudo for liveuser 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