Add btrfs to list of FS that growroot will resize.

pull/58/head
C. R. Oldham 8 years ago
parent b513d94c96
commit a38edde8da

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

Loading…
Cancel
Save