From c6146cc51f0315f300eb99f311a8c8fab633590d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 29 Jun 2024 09:33:24 +0200 Subject: [PATCH] fix locale.gen dialog --- usr/lib/archboot/installer/base.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 972044f12..4e5231a73 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -178,7 +178,8 @@ _configure_system() { elif [[ "${_FILE}" = "/etc/locale.gen" ]]; then _auto_set_locale ${_EDITOR} "${_DESTDIR}""${_FILE}" - _run_locale_gen + _run_locale_gen |\ + _dialog --title " Locales " --no-mouse --gauge "Rebuilding glibc locales on installed system..." 6 75 0 elif [[ "${_FILE}" = "> User Management" ]]; then _user_management _FILE=""