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:
Matthias Clasen 2009-11-09 10:48:19 -05:00
parent 27009d7b10
commit 80b09dc240
1 changed files with 3 additions and 0 deletions

View File

@ -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