Skip to content

Commit

Permalink
Merge pull request #70 from Vogtinator/nolocaleinfo
Browse files Browse the repository at this point in the history
Drop the info dialog about glibc-locale (jsc#SLE-15348)
  • Loading branch information
Vogtinator authored Aug 27, 2020
2 parents d0ccd48 + b82c4ef commit e920a15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/usr/sbin/jeos-firstboot
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,8 @@ if [ -z "$JEOS_LOCALE" ]; then
newlocale="$default"
if ! findlocales; then
d --msgbox $"No locales found" 0 0
elif [ "${#list[@]}" -eq 2 ]; then
elif [ "${#list[@]}" -eq 2 ]; then # Only a single entry
newlocale="${list[0]}"
d --msgbox $"Locale set to $newlocale.\nTo change to a different one, install glibc-locale and use\n'localectl set-locale LANG=ex_AMPLE.UTF-8'." 8 50
else
d --default-item "$default" --menu $"Select system locale" 0 0 $dh_menu "${list[@]}"
newlocale="${result}"
Expand Down

0 comments on commit e920a15

Please sign in to comment.