From 9718199d294115fb49e25a216c1cf521c9b8cf87 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 24 Oct 2024 22:41:41 -0700 Subject: [PATCH] Use consistent mkfs syntax with other repos Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.