From d1d20c0129270014cef4685e5736d1bf4d3dbb51 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 4 Apr 2022 10:53:39 +0200 Subject: [PATCH] rephrase package installation dialog --- usr/lib/archboot/installer/pacman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index d272bb047..ef4a21590 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -149,7 +149,7 @@ install_packages() { auto_packages # fix double spaces PACKAGES="${PACKAGES// / }" - DIALOG --yesno "For a minimal system next step will install:\n\n${PACKAGES}\n\nYou can watch the output in the progress window.\nPlease be patient.\n\nDo you wish to continue?" 14 60 || return 1 + DIALOG --yesno "For a minimal system next step will install:\n\n${PACKAGES}\n\nYou can watch the progress on ${LOG}.\n\nDo you wish to continue?" 14 60 || return 1 run_pacman NEXTITEM="6" chroot_mount