remove some packages to free space; some cleanups to the kickstart

This commit is contained in:
Sebastian Vahl 2009-04-24 22:19:53 +02:00
parent 48c898c15d
commit 58f83c9b41
1 changed files with 4 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# fedora-livecd-kde-de_DE.ks
#
# Maintainer(s):
# - Sebastian Vahl <ml@deadbabylon.de>
# - Sebastian Vahl <fedora@deadbabylon.de>
%include fedora-livecd-kde.ks
@ -33,20 +33,9 @@ timezone Europe/Berlin
-un-core-fonts-dotum
-vlgothic*fonts*
# remove kdegames to free needed space
#-kdegames*
-konq-plugins
# remove some packages to free needed space
-kdeartwork*
%end
%post
# set up localized keyboard since it is not used in /etc/X11/xorg.conf anymore and
# KDE don't use /etc/sysconfig/keyboard.
# Replace "de-latin1-nodeadkeys" with the keyboard layout you have used above
#mkdir -p /home/liveuser/.kde/env
#echo "system-config-keyboard --noui de-latin1-nodeadkeys" > /home/liveuser/.kde/env/keyboard.sh
#chmod +x /home/liveuser/.kde/env/keyboard.sh
#chown -R liveuser:liveuser /home/liveuser/
-kftpgrabber
-kdeplasma-addons
%end