diff options
-rw-r--r-- | bin/first_stage.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/first_stage.sh b/bin/first_stage.sh index a27641a..6195d0f 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -48,16 +48,6 @@ read hostname echo "" -locales[1]="German / Germany" -cat << EOF -Please select one of the available localizations: - -[1] ${locales[1]} -EOF -read locale_id -echo "" - - cat << EOF ################################################################# @@ -65,7 +55,6 @@ cat << EOF Hard disk: - $disk Hostname: - $hostname - Localization: - ${locales[$locale_id]} ################################################################# |