From 908cef828e073b5ddddfe65e0bd1705c02570ed3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 12 Jan 2023 14:26:10 +0100 Subject: [PATCH] rephrase dialog --- usr/lib/archboot/installer/mountpoints.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index 4c696c85a..cd4a9eea4 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -132,7 +132,7 @@ _mountpoints() { if [[ -z "${_NAME_SCHEME_PARAMETER_RUN}" ]]; then _set_device_name_scheme || return 1 fi - _dialog --infobox "Scanning blockdevices ..." 3 60 + _dialog --infobox "Scanning blockdevices. This may need some time ..." 3 60 _DEVICES=$(_findpartitions _) _dialog --cr-wrap --msgbox "Available partitions:\n\n$(_getavailpartitions)\n" 0 0 #