summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
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