From 8a2604107c3c43a1ffaac77f7ea71a994c1fb748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Wed, 31 Mar 2021 13:51:34 +0300 Subject: [PATCH] Modular Install script --- arch-setup/arch-setup.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch-setup/arch-setup.sh b/arch-setup/arch-setup.sh index df583727..79edf476 100755 --- a/arch-setup/arch-setup.sh +++ b/arch-setup/arch-setup.sh @@ -21,12 +21,17 @@ if [ ! "$wipe" = "n" ]; then fi echo "[INFO]: Wiping the partition table..." wipefs -a -f $device - + sleep 1 fi +clear # Run cfdisk for manual partitioning cfdisk $device +clear + +lsblk $device +echo "" echo "Now you will specify the partitions you have created" echo "Please enter the suffix for each partition. For Ex:" echo "1 if boot partition is /dev/sda1 or p1 if boot is on /dev/nvme0n1p1 and the disk is /dev/nvme0n1"