diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index e7e3114e1..377fbcff8 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -245,7 +245,8 @@ mountpoints() { sleep 1 done < /tmp/.parts printk on - DIALOG --msgbox "Partitions were successfully mounted." 0 0 + DIALOG --infobox "Partitions were successfully mounted.\nContinuing in 3 seconds..." 0 0 + sleep 3 NEXTITEM="5" S_MKFS=1 }