This commit is contained in:
farhan 2021-11-12 20:42:54 +00:00
parent 8c896a0a13
commit e63c8d8b15
1 changed files with 1 additions and 1 deletions

View File

@ -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