Force BTRFS Creation
This commit is contained in:
parent
34206c291c
commit
f8a9b80f42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue