forked from srbala/fedora-kickstarts
don't install unnecessary input-methods and fonts to save spae; remove the workaround for adding the german keyboard layout inside KDE
This commit is contained in:
parent
9684f9bbb6
commit
337855a647
@ -12,15 +12,39 @@ timezone Europe/Berlin
|
|||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
|
|
||||||
|
# don't use kpackagekit until it's translated
|
||||||
|
-kpackagekit
|
||||||
|
gnome-packagekit
|
||||||
|
|
||||||
|
# don't install unnecessary input methods
|
||||||
|
-scim*
|
||||||
|
-m17n*
|
||||||
|
-iok
|
||||||
|
|
||||||
|
# don't install unnecessary fonts
|
||||||
|
-abyssinica-fonts
|
||||||
|
-cjkunifonts-uming
|
||||||
|
-jomolhari-fonts
|
||||||
|
-kacst-fonts
|
||||||
|
-khmeros-fonts-base
|
||||||
|
-lklug-fonts
|
||||||
|
-un-core-fonts-dotum
|
||||||
|
-padauk-fonts
|
||||||
|
-paktype-fonts
|
||||||
|
-smc-fonts-meera
|
||||||
|
-stix-fonts
|
||||||
|
-thaifonts-scalable
|
||||||
|
-VLGothic-fonts
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# set up localized keyboard since it is not used in /etc/X11/xorg.conf anymore and
|
# set up localized keyboard since it is not used in /etc/X11/xorg.conf anymore and
|
||||||
# KDE don't use /etc/sysconfig/keyboard.
|
# KDE don't use /etc/sysconfig/keyboard.
|
||||||
# Replace "de-latin1-nodeadkeys" with the keyboard layout you have used above
|
# Replace "de-latin1-nodeadkeys" with the keyboard layout you have used above
|
||||||
mkdir -p /home/liveuser/.kde/env
|
#mkdir -p /home/liveuser/.kde/env
|
||||||
echo "system-config-keyboard --noui de-latin1-nodeadkeys" > /home/liveuser/.kde/env/keyboard.sh
|
#echo "system-config-keyboard --noui de-latin1-nodeadkeys" > /home/liveuser/.kde/env/keyboard.sh
|
||||||
chmod +x /home/liveuser/.kde/env/keyboard.sh
|
#chmod +x /home/liveuser/.kde/env/keyboard.sh
|
||||||
chown -R liveuser:liveuser /home/liveuser/.kde/env/
|
#chown -R liveuser:liveuser /home/liveuser/
|
||||||
|
|
||||||
%end
|
%end
|
Loading…
Reference in New Issue
Block a user