From e63c8d8b15a0e9a53c03364835415cd6de383411 Mon Sep 17 00:00:00 2001 From: farhan Date: Fri, 12 Nov 2021 20:42:54 +0000 Subject: [PATCH] final --- 0-preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0-preinstall.sh b/0-preinstall.sh index a161a75..b82ded5 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -76,7 +76,7 @@ if [[ ${DISK} =~ "nvme" ]]; then mkfs.ext4 -L "ROOT" "${DISK}p3" mount -t ext4 "${DISK}p3" /mnt fi -elif [[ ${DISK =~ "sd" }]]; then +else # only two file systems are supported yet if [[ ${FS} == "btrfs" ]]; then mkfs.vfat -F32 -n "EFIBOOT" "${DISK}2" mkfs.btrfs -L "ROOT" "${DISK}3" -f