X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=afe0f4baa91c49486210b5c246ea7c48034e7e0c;hb=ef5358e6ff01441de420298f756f497cf131b3d5;hp=4169c9044b1c520917dc0ea8a14ec8e48535bb77;hpb=244fa082e2493d6723dbc425686618126321028c;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 4169c90..afe0f4b 100755 --- a/scripts/live +++ b/scripts/live @@ -59,13 +59,12 @@ Arguments () NOFASTBOOT="Yes" NOFSTAB="Yes" NOHOSTS="Yes" - NOLOCALES="Yes" NONETWORKING="Yes" NOTIMEZONE="Yes" NOXAUTOCONFIG="Yes" NOXAUTOLOGIN="Yes" - export NOACCESSIBILITY NOAPTCDROM NOAUTOLOGIN NOCONSOLEKEYBOARD NOFASTBOOT NOFSTAB NOHOSTS NOLOCALES NONETWORKING NOTIMEZONE NOXAUTOCONFIG NOXAUTOLOGIN + export NOACCESSIBILITY NOAPTCDROM NOAUTOLOGIN NOCONSOLEKEYBOARD NOFASTBOOT NOFSTAB NOHOSTS NONETWORKING NOTIMEZONE NOXAUTOCONFIG NOXAUTOLOGIN ;; access=*) @@ -213,17 +212,6 @@ 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 - ;; - module=*) MODULE="${ARGUMENT#module=}" export MODULE @@ -284,11 +272,6 @@ Arguments () export NOHOSTS ;; - nolocales) - NOLOCALES="Yes" - export NOLOCALES - ;; - nonetworking) NONETWORKING="Yes" export NONETWORKING