diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index c9ff2609f..16f91e50c 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -164,10 +164,8 @@ install_packages() { PACKAGES=$(grep '^_PACKAGES' /etc/archboot/defaults | sed -e 's#_PACKAGES=##g' -e 's#"##g') # fallback if _PACKAGES is empty [[ -z "${PACKAGES}" ]] && PACKAGES="base linux linux-firmware" - DIALOG --yesno "Next step will install ${PACKAGES}, netctl and filesystem tools for a minimal system.\n\nDo you wish to continue?" 10 50 || return 1 + DIALOG --yesno "Next step will install ${PACKAGES}, netctl and filesystem tools for a minimal system.\nYou can watch the output in the progress window. Please be patient.\n\nDo you wish to continue?" 10 50 || return 1 auto_packages - DIALOG --infobox "Package installation will begin in 3 seconds. You can watch the output in the progress window. Please be patient." 0 0 - sleep 3 run_pacman NEXTITEM="6" chroot_mount