Turn off setroubleshoot while running off the live image

setroubleshoot is very resource intensive and perhaps not entirely
relevant with the constrained use case of running from the live image.
Turn it off right now for when running off the live image
This commit is contained in:
Jeremy Katz 2008-10-10 10:26:52 -04:00
parent 01ae816a57
commit 753d45b7bc
1 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,9 @@ chkconfig --level 345 yum-updatesd off 2>/dev/null
# turn off mdmonitor by default
chkconfig --level 345 mdmonitor off 2>/dev/null
# turn off setroubleshoot on the live image to preserve resources
chkconfig --level 345 setroubleshoot off 2>/dev/null
# don't do packagekit checking by default
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t string /apps/gnome-packagekit/frequency_get_updates never >/dev/null
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t string /apps/gnome-packagekit/frequency_get_upgrades never >/dev/null