diff --git a/install.sh b/install.sh index a0bc5fd..ed7f283 100644 --- a/install.sh +++ b/install.sh @@ -227,7 +227,7 @@ fi ## Formatting the partition as BTRFS. output 'Formatting the rootfs as BTRFS.' -mkfs.btrfs --force "${BTRFS}" +mkfs.btrfs -f "${BTRFS}" mount "${BTRFS}" /mnt ## Creating BTRFS subvolumes.