From f8a9b80f42490a56c2f56c8b7f3f5803ad553a13 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Fri, 17 Sep 2021 17:10:26 +0200 Subject: [PATCH] Force BTRFS Creation --- archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall.sh b/archinstall.sh index edee2d9..184f4b5 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -141,7 +141,7 @@ else fi echo "Creating BTRFS Filesystem" -mkfs.btrfs -L archlinux "${root_dev}" +mkfs.btrfs -f -L archlinux "${root_dev}" echo "Creating BRTFS Subvolumes" mount "${root_dev}" /mnt