summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorkevin <kevin@tummy.com>2010-08-10 10:54:52 -0600
committerkevin <kevin@tummy.com>2010-08-10 10:54:52 -0600
commit6e1f23814506c3105878d7d33125910efbebf25f (patch)
tree492de59983b58939686e1178e34d6bcbe160bfb3 /fedora-live-base.ks
parent5170738dfcececf3843ab0fb139375c0ef56830b (diff)
downloadspin-kickstarts-6e1f23814506c3105878d7d33125910efbebf25f.tar.gz
spin-kickstarts-6e1f23814506c3105878d7d33125910efbebf25f.tar.xz
spin-kickstarts-6e1f23814506c3105878d7d33125910efbebf25f.zip
Fix firstboot for f14alpha
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks7
1 files changed, 7 insertions, 0 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 2a355ea..3bde1cc 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -182,6 +182,13 @@ passwd -d liveuser > /dev/null
# turn off firstboot for livecd boots
chkconfig --level 345 firstboot off 2>/dev/null
+# We made firstboot a native systemd service, so it can no longer be turned
+# off with chkconfig. It should be possible to turn it off with systemctl, but
+# that doesn't work right either. For now, this is good enough: the firstboot
+# service will start up, but this tells it not to run firstboot. I suspect the
+# other services 'disabled' below are not actually getting disabled properly,
+# with systemd, but we can look into that later. - AdamW 2010/08 F14Alpha
+echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
# don't start yum-updatesd for livecd boots
chkconfig --level 345 yum-updatesd off 2>/dev/null