mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Turn off PackageKit-command-not-found on the uninstalled live CD
This makes sense, since we already disable the rest of PackageKit, and command-not-found causes long waits, downloading repodata which would normally be available locally, but is missing on the uninstalled live image.
This commit is contained in:
parent
27009d7b10
commit
80b09dc240
@ -118,6 +118,9 @@ chmod a+x /home/liveuser/Desktop/liveinst.desktop
|
||||
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/nautilus/desktop/trash_icon_visible false >/dev/null
|
||||
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/nautilus/desktop/home_icon_visible false >/dev/null
|
||||
|
||||
# Turn off PackageKit-command-not-found while uninstalled
|
||||
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
||||
|
||||
EOF
|
||||
|
||||
%end
|
||||
|
Loading…
Reference in New Issue
Block a user