livedvd: added german language
This commit is contained in:
parent
71bfd28a53
commit
a8a1489bf2
@ -24,6 +24,8 @@ $(MAKEDIST_TARGET)-livedvd-root-fr: \
|
||||
kde-l10n-fr
|
||||
$(MAKEDIST_TARGET)-livedvd-root-it: \
|
||||
kde-l10n-it
|
||||
$(MAKEDIST_TARGET)-livedvd-root-de: \
|
||||
kde-l10n-de
|
||||
# FIXME: add kdepim
|
||||
syslog-ng:
|
||||
@echo
|
||||
|
@ -32,6 +32,9 @@ chroot $MOUNTDIR update-alternatives-set-dri
|
||||
case $LANGUAGE in
|
||||
it) timezone=Europe/Rome ;;
|
||||
es) timezone=Europe/Madrid ;;
|
||||
fr) timezone=Europe/Paris ;;
|
||||
de) timezone=Europe/Berlin ;;
|
||||
en) timezone=Europe/London ;;
|
||||
*) timezone=UTC ;;
|
||||
esac
|
||||
echo $timezone > $MOUNTDIR/etc/timezone
|
||||
|
@ -1,6 +1,6 @@
|
||||
PRODUCT_NAME=livedvd
|
||||
MEDIA=squash_xz
|
||||
MULTILANGUAGE="en it es fr"
|
||||
MULTILANGUAGE="en it es fr de"
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
KERNEL_EXTRAVER=mamba
|
||||
|
@ -50,6 +50,7 @@ for l in $MULTILANGUAGE; do
|
||||
"it") LABEL="Italiano"; LOCALELANG="it_IT.UTF-8"; VCONSOLEKEYMAP="it" ;;
|
||||
"fr") LABEL="Français"; LOCALELANG="fr_FR.UTF-8"; VCONSOLEKEYMAP="fr" ;;
|
||||
"es") LABEL="Español"; LOCALELANG="es_ES.UTF-8"; VCONSOLEKEYMAP="es" ;;
|
||||
"de") LABEL="Deutsch"; LOCALELANG="de_DE.UTF-8"; VCONSOLEKEYMAP="de" ;;
|
||||
*) LABEL="$l"
|
||||
esac
|
||||
cat >> $MOUNTDIR2/boot/isolinux/isolinux.cfg.utf8 << _EOF
|
||||
|
@ -1,5 +1,5 @@
|
||||
MEDIA=iso
|
||||
MULTILANGUAGE="en it es fr"
|
||||
MULTILANGUAGE="en it es fr de"
|
||||
DISTROMATIC=off
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user