refactor cfdisk dialog

This commit is contained in:
Tobias Powalowski 2022-04-04 22:01:40 +02:00
parent af11882f61
commit 11f48be5f5

View file

@ -50,7 +50,7 @@ check_gpt() {
fi
if [[ "${RUN_CFDISK}" == "1" ]]; then
DIALOG --msgbox "Now you'll be put into cfdisk where you can partition your storage drive.\nYou should make a swap partition and as many data partitions as you will need." 18 70
DIALOG --msgbox "Now you'll be put into cfdisk where you can partition your storage drive. You should make a swap partition and as many data partitions as you will need." 7 60
clear && cfdisk "${DISC}"
# reread partitiontable for kernel
partprobe "${DEVICE}"