diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-05-28 08:14:55 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:26 +0100 |
| commit | a47e683b094c749bb6c62e582ba15f26c5d21c00 (patch) | |
| tree | 5f760804217fb592379c1b3aba6cbbfc99840cfa /scripts/live | |
| parent | e66f79476042794195978ee641aa7ea0d9ca6e0a (diff) | |
| download | live-boot-a47e683b094c749bb6c62e582ba15f26c5d21c00.tar.gz live-boot-a47e683b094c749bb6c62e582ba15f26c5d21c00.zip | |
Removing locales bottom script, now handled by live-config.
Diffstat (limited to 'scripts/live')
| -rwxr-xr-x | scripts/live | 19 |
1 files changed, 1 insertions, 18 deletions
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 |
