Skip to content

Commit

Permalink
Use consistent mkfs syntax with other repos
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 authored Oct 25, 2024
1 parent 5cbef75 commit 9718199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9718199

Please sign in to comment.