X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=240691ac2b61907ffef85c9000eca029c29dfc17;hb=81345700ec2e03231cc4a6a57b258187152afa34;hp=46dcb745414bdbb330f4a092e0687f334e0c9952;hpb=f127af2237e3746cf50eab802c97d58e455127db;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 46dcb74..240691a 100755 --- a/scripts/live +++ b/scripts/live @@ -154,6 +154,12 @@ Arguments () export LIVE_MEDIA_TIMEOUT ;; + language=*|debian-installer/language=*) + language=${x#debian-installer/language=} + locale="$(lang2locale "$language")" + set_locale="true" + ;; + locale=*|debian-installer/locale=*) LOCALE="${ARGUMENT#*=}" export LOCALE