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