livedvd: added german language

This commit is contained in:
root 2014-07-02 12:54:47 +02:00
parent 71bfd28a53
commit a8a1489bf2
5 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
MEDIA=iso
MULTILANGUAGE="en it es fr"
MULTILANGUAGE="en it es fr de"
DISTROMATIC=off
if [ "$ARCH" = "i586" ]; then