1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-21 09:01:34 -05:00

Use consistent mkfs syntax with other repos

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-10-24 22:41:41 -07:00 committed by GitHub
parent 5cbef759f4
commit 9718199d29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.