add ... to messages

This commit is contained in:
Tobias Powalowski 2022-11-29 14:57:28 +01:00
parent 2621bdf0e4
commit e7f9db574e

View file

@ -221,7 +221,7 @@ autoprepare() {
if [[ "${GUIDPARAMETER}" == "yes" ]]; then
# GPT (GUID) is supported only by 'parted' or 'sgdisk'
printk off
DIALOG --infobox "Partitioning ${DEVICE}" 0 0
DIALOG --infobox "Partitioning ${DEVICE} ..." 0 0
# clean partition table to avoid issues!
sgdisk --zap "${DEVICE}" &>/dev/null
# clear all magic strings/signatures - mdadm, lvm, partition tables etc.