[Fedora-spins] [spin-kickstarts] Remove some chkconfig calls that are disabling things that don't exist.

Bill Nottingham notting at fedoraproject.org
Tue Mar 1 16:07:33 UTC 2011


commit 5cdace94d6cb83696f9e080bd7878be91ee48ada
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue Mar 1 10:40:02 2011 -0500

    Remove some chkconfig calls that are disabling things that don't exist.

 fedora-live-base.ks |    6 +-----
 fedora-live-mini.ks |    5 +----
 2 files changed, 2 insertions(+), 9 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
 
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 12505cd..eec26a7 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -281,8 +281,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 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
@@ -386,8 +384,7 @@ rm -f /boot/initrd*
 rm -f /core*
 
 # convince readahead not to collect
-rm -f /.readahead_collect
-touch /var/lib/readahead/early.sorted
+# FIXME: for systemd
 
 %end
 


More information about the spins mailing list