diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index 558893c4b..847eaf876 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -167,7 +167,7 @@ install_packages() { auto_packages # fix double spaces PACKAGES="${PACKAGES// / }" - DIALOG --yesno "Next step will install for a minimal system:\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 output in the progress window.\nPlease be patient.\n\nDo you wish to continue?" 14 60 || return 1 run_pacman NEXTITEM="6" chroot_mount