Skip to content

Commit

Permalink
Drop the info dialog about glibc-locale (jsc#SLE-15348)
Browse files Browse the repository at this point in the history
This belongs in the documentation instead, which saves one mandatory
interaction on the first boot.
  • Loading branch information
Vogtinator committed Aug 27, 2020
1 parent d0ccd48 commit b82c4ef
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 b82c4ef

Please sign in to comment.