From 11f48be5f532dceef783bbb88c1c1c71165f54c3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 4 Apr 2022 22:01:40 +0200 Subject: [PATCH] refactor cfdisk dialog --- usr/lib/archboot/installer/partition.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/partition.sh b/usr/lib/archboot/installer/partition.sh index 1455334e9..c1e69de40 100644 --- a/usr/lib/archboot/installer/partition.sh +++ b/usr/lib/archboot/installer/partition.sh @@ -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}"