Merge pull request #58 from cro/btrfs_growfs

Add btrfs to list of FS that growroot will resize.
pull/59/head
Javi Fontan 8 years ago committed by GitHub
commit 1b52959067

@ -51,4 +51,7 @@ case "${FSTYPE}" in
xfs)
xfs_growfs /
;;
btrfs)
btrfs filesystem resize max /
;;
esac

Loading…
Cancel
Save