Commit a8a1489bf2f37bdbefe67194a0db3f6693e9bb51
1 parent
71bfd28a53
Exists in
master
livedvd: added german language
Showing 5 changed files with 8 additions and 2 deletions Side-by-side Diff
platforms/livedvd-root/Makefile
platforms/livedvd-root/post.inc.sh
... | ... | @@ -32,6 +32,9 @@ |
32 | 32 | case $LANGUAGE in |
33 | 33 | it) timezone=Europe/Rome ;; |
34 | 34 | es) timezone=Europe/Madrid ;; |
35 | + fr) timezone=Europe/Paris ;; | |
36 | + de) timezone=Europe/Berlin ;; | |
37 | + en) timezone=Europe/London ;; | |
35 | 38 | *) timezone=UTC ;; |
36 | 39 | esac |
37 | 40 | echo $timezone > $MOUNTDIR/etc/timezone |
platforms/livedvd-root/settings.inc
platforms/livedvd/post.inc.sh
... | ... | @@ -50,6 +50,7 @@ |
50 | 50 | "it") LABEL="Italiano"; LOCALELANG="it_IT.UTF-8"; VCONSOLEKEYMAP="it" ;; |
51 | 51 | "fr") LABEL="Français"; LOCALELANG="fr_FR.UTF-8"; VCONSOLEKEYMAP="fr" ;; |
52 | 52 | "es") LABEL="Español"; LOCALELANG="es_ES.UTF-8"; VCONSOLEKEYMAP="es" ;; |
53 | + "de") LABEL="Deutsch"; LOCALELANG="de_DE.UTF-8"; VCONSOLEKEYMAP="de" ;; | |
53 | 54 | *) LABEL="$l" |
54 | 55 | esac |
55 | 56 | cat >> $MOUNTDIR2/boot/isolinux/isolinux.cfg.utf8 << _EOF |