[Fedora-livecd-list] 3 commits - config/livecd-fedora-base-desktop.ks config/livecd-fedora-desktop.ks

Jeremy Katz katzj at fedoraproject.org
Thu May 1 19:15:05 UTC 2008


 config/livecd-fedora-base-desktop.ks |   10 ++++++++++
 config/livecd-fedora-desktop.ks      |    2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 6a5af3474fbd03897622fbf9d395da9153fc7f92
Author: Jeremy Katz <katzj at redhat.com>
Date:   Thu May 1 14:58:26 2008 -0400

    Need to do the desktop file dance to stop PackageKit from starting

diff --git a/config/livecd-fedora-base-desktop.ks b/config/livecd-fedora-base-desktop.ks
index efb6fcd..48b2745 100644
--- a/config/livecd-fedora-base-desktop.ks
+++ b/config/livecd-fedora-base-desktop.ks
@@ -115,6 +115,13 @@ gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
 gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t string /apps/gnome-packagekit/frequency_refresh_cache never >/dev/null
 gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-packagekit/notify_available false >/dev/null
 
+# apparently, the gconf keys aren't enough
+mkdir -p /home/fedora/.config/autostart
+echo "X-GNOME-Autostart-enabled=false" >> /home/fedora/.config/autostart/gpk-update-icon.desktop
+chown -R fedora:fedora /home/fedora/.config
+
+
+
 # don't start cron/at as they tend to spawn things which are
 # disk intensive that are painful on a live image
 chkconfig --level 345 crond off 2>/dev/null


commit 6498e34d75c01836460e5da142605f6a8523f3b1
Author: Jeremy Katz <katzj at redhat.com>
Date:   Thu May 1 14:35:33 2008 -0400

    Pre-import the Fedora key to workaround poor pk ui when updating + importing

diff --git a/config/livecd-fedora-base-desktop.ks b/config/livecd-fedora-base-desktop.ks
index e29abdf..efb6fcd 100644
--- a/config/livecd-fedora-base-desktop.ks
+++ b/config/livecd-fedora-base-desktop.ks
@@ -192,6 +192,9 @@ chmod 755 /etc/rc.d/init.d/fedora-late-live
 /sbin/restorecon /etc/rc.d/init.d/fedora-late-live
 /sbin/chkconfig --add fedora-late-live
 
+# work around for poor key import UI in PackageKit
+rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
+
 # save a little bit of space at least...
 rm -f /boot/initrd*
 # make sure there aren't core files lying around


commit 3495bd164598e10c4406e074a49bdf1422ccdcb2
Author: Jeremy Katz <katzj at redhat.com>
Date:   Thu Apr 24 09:57:43 2008 -0400

    More scim-python-ectomy

diff --git a/config/livecd-fedora-desktop.ks b/config/livecd-fedora-desktop.ks
index 3bec80b..f8e1f99 100644
--- a/config/livecd-fedora-desktop.ks
+++ b/config/livecd-fedora-desktop.ks
@@ -133,7 +133,7 @@ festvox-slt-arctic-hts
 
 # more fun with space saving 
 -scim-lang-chinese
--scim-python-chinese
+-scim-python*
 scim-chewing
 scim-pinyin
 





More information about the Fedora-livecd-list mailing list