mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
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:
parent
01ae816a57
commit
753d45b7bc
@ -196,6 +196,9 @@ chkconfig --level 345 yum-updatesd off 2>/dev/null
|
|||||||
# turn off mdmonitor by default
|
# turn off mdmonitor by default
|
||||||
chkconfig --level 345 mdmonitor off 2>/dev/null
|
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
|
# 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_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
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t string /apps/gnome-packagekit/frequency_get_upgrades never >/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user