summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-kde.ks
diff options
context:
space:
mode:
authorSebastian Vahl <fedora@deadbabylon.de>2009-10-13 19:30:18 +0200
committerSebastian Vahl <fedora@deadbabylon.de>2009-10-13 19:30:18 +0200
commit6cc5c506123445b619c4a701ff58282c4b290ce4 (patch)
treed2cb78924fe464ed0c43f3927ec7351326591ecc /fedora-livecd-kde.ks
parent69b93c5d5f0c97d2724eb526a8e756ac835b7439 (diff)
downloadspin-kickstarts-6cc5c506123445b619c4a701ff58282c4b290ce4.tar.gz
spin-kickstarts-6cc5c506123445b619c4a701ff58282c4b290ce4.tar.xz
spin-kickstarts-6cc5c506123445b619c4a701ff58282c4b290ce4.zip
various package changes to fit to 700MB; remove prelink removal but disable it on the live images
Diffstat (limited to 'fedora-livecd-kde.ks')
-rw-r--r--fedora-livecd-kde.ks20
1 files changed, 10 insertions, 10 deletions
diff --git a/fedora-livecd-kde.ks b/fedora-livecd-kde.ks
index f3e0e8b..c677f14 100644
--- a/fedora-livecd-kde.ks
+++ b/fedora-livecd-kde.ks
@@ -17,7 +17,7 @@
# unwanted packages from @kde-desktop
# don't include these for now to fit on a cd
-#-amarok # amarok has duplicate functionality with juk (~13 megs)
+-amarok # amarok has duplicate functionality with juk (~13 megs)
-digikam # digikam has duplicate functionality with gwenview (~11 megs)
-kdeedu* # kdeedu is too big for the live images
-scribus # scribus is too big for the live images
@@ -26,8 +26,8 @@
-kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
#-kdegames # the removal of kdegames will free ~35 megs
-kdeartwork-screensavers # screensavers are not needed on live images
--kipi-plugins # ~8 megs
--konq-plugins # ~2 megs
+#-kipi-plugins # ~8 megs
+#-konq-plugins # ~2 megs
-kdeplasma-addons # ~5 megs
# Additional packages that are not default in kde-desktop but useful
@@ -35,12 +35,12 @@ koffice-kword
koffice-kspread # ~1 megs
koffice-kpresenter # ~3 megs
koffice-filters
-#kdeartwork # only include some parts of kdeartwork
+kdeartwork # only include some parts of kdeartwork
k3b
#twinkle # (~10 megs)
fuse
liveusb-creator
-#pavucontrol # nice to have but pulls in gstreamer (~3 megs)
+pavucontrol # nice to have but pulls in gstreamer (~3 megs)
# use yum-presto by default
yum-presto
@@ -58,9 +58,6 @@ alsa-utils
# make sure gnome-packagekit doesn't end up the KDE live images
-gnome-packagekit*
-# omit prelink for now (#515539)
--prelink
-
# remove input methods to free space
-scim*
-m17n*
@@ -144,9 +141,12 @@ Start Nepomuk=false
autostart=false
NEPOMUK_EOF
-# make sure to set the right permissions
-chown -R liveuser:liveuser /home/liveuser/.kde/
+# make sure to set the right permissions and selinux contexts
+chown -R liveuser:liveuser /home/liveuser/
+restorecon -R /home/liveuser/
+# don't use prelink on a running KDE live image
+sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink
EOF