summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-03-01 10:40:02 -0500
committerBill Nottingham <notting@redhat.com>2011-03-01 10:40:02 -0500
commit5cdace94d6cb83696f9e080bd7878be91ee48ada (patch)
tree3f6a6145f8c16c1392770d01a8047798b63fef13 /fedora-live-base.ks
parent3f52cb4fbdf718de843a53eb0e8ddf6ff4205b8a (diff)
downloadspin-kickstarts-5cdace94d6cb83696f9e080bd7878be91ee48ada.tar.gz
spin-kickstarts-5cdace94d6cb83696f9e080bd7878be91ee48ada.tar.xz
spin-kickstarts-5cdace94d6cb83696f9e080bd7878be91ee48ada.zip
Remove some chkconfig calls that are disabling things that don't exist.
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks6
1 files changed, 1 insertions, 5 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index a6d5820..8f56cdf 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -213,9 +213,6 @@ gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
# disk intensive that are painful on a live image
chkconfig --level 345 crond off 2>/dev/null
chkconfig --level 345 atd off 2>/dev/null
-chkconfig --level 345 anacron off 2>/dev/null
-chkconfig --level 345 readahead_early off 2>/dev/null
-chkconfig --level 345 readahead_later off 2>/dev/null
# Stopgap fix for RH #217966; should be fixed in HAL instead
touch /media/.hal-mtab
@@ -324,8 +321,7 @@ rm -f /boot/initramfs*
rm -f /core*
# convince readahead not to collect
-rm -f /.readahead_collect
-touch /var/lib/readahead/early.sorted
+# FIXME: for systemd
%end