forked from srbala/fedora-kickstarts
various package changes to fit to 700MB; remove prelink removal but disable it on the live images
This commit is contained in:
parent
69b93c5d5f
commit
6cc5c50612
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
# unwanted packages from @kde-desktop
|
# unwanted packages from @kde-desktop
|
||||||
# don't include these for now to fit on a cd
|
# 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)
|
-digikam # digikam has duplicate functionality with gwenview (~11 megs)
|
||||||
-kdeedu* # kdeedu is too big for the live images
|
-kdeedu* # kdeedu is too big for the live images
|
||||||
-scribus # scribus 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)
|
-kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
||||||
#-kdegames # the removal of kdegames will free ~35 megs
|
#-kdegames # the removal of kdegames will free ~35 megs
|
||||||
-kdeartwork-screensavers # screensavers are not needed on live images
|
-kdeartwork-screensavers # screensavers are not needed on live images
|
||||||
-kipi-plugins # ~8 megs
|
#-kipi-plugins # ~8 megs
|
||||||
-konq-plugins # ~2 megs
|
#-konq-plugins # ~2 megs
|
||||||
-kdeplasma-addons # ~5 megs
|
-kdeplasma-addons # ~5 megs
|
||||||
|
|
||||||
# Additional packages that are not default in kde-desktop but useful
|
# Additional packages that are not default in kde-desktop but useful
|
||||||
@ -35,12 +35,12 @@ koffice-kword
|
|||||||
koffice-kspread # ~1 megs
|
koffice-kspread # ~1 megs
|
||||||
koffice-kpresenter # ~3 megs
|
koffice-kpresenter # ~3 megs
|
||||||
koffice-filters
|
koffice-filters
|
||||||
#kdeartwork # only include some parts of kdeartwork
|
kdeartwork # only include some parts of kdeartwork
|
||||||
k3b
|
k3b
|
||||||
#twinkle # (~10 megs)
|
#twinkle # (~10 megs)
|
||||||
fuse
|
fuse
|
||||||
liveusb-creator
|
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
|
# use yum-presto by default
|
||||||
yum-presto
|
yum-presto
|
||||||
@ -58,9 +58,6 @@ alsa-utils
|
|||||||
# make sure gnome-packagekit doesn't end up the KDE live images
|
# make sure gnome-packagekit doesn't end up the KDE live images
|
||||||
-gnome-packagekit*
|
-gnome-packagekit*
|
||||||
|
|
||||||
# omit prelink for now (#515539)
|
|
||||||
-prelink
|
|
||||||
|
|
||||||
# remove input methods to free space
|
# remove input methods to free space
|
||||||
-scim*
|
-scim*
|
||||||
-m17n*
|
-m17n*
|
||||||
@ -144,9 +141,12 @@ Start Nepomuk=false
|
|||||||
autostart=false
|
autostart=false
|
||||||
NEPOMUK_EOF
|
NEPOMUK_EOF
|
||||||
|
|
||||||
# make sure to set the right permissions
|
# make sure to set the right permissions and selinux contexts
|
||||||
chown -R liveuser:liveuser /home/liveuser/.kde/
|
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
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user