mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-21 09:01:34 -05:00
mkfs.btrfs --force
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
f82897b299
commit
012fbe8399
@ -227,7 +227,7 @@ fi
|
||||
|
||||
## Formatting the partition as BTRFS.
|
||||
output 'Formatting the rootfs as BTRFS.'
|
||||
mkfs.btrfs "${BTRFS}"
|
||||
mkfs.btrfs --force "${BTRFS}"
|
||||
mount "${BTRFS}" /mnt
|
||||
|
||||
## Creating BTRFS subvolumes.
|
||||
|
Loading…
Reference in New Issue
Block a user