expand-rootfs.sh: revert from xfs to ext4

This commit is contained in:
Pratham Patel 2023-10-04 13:04:52 +05:30
parent c4a6281728
commit 635c1d9026
No known key found for this signature in database

View File

@ -19,4 +19,4 @@ else
fi
growpart "${PARENT_ROOT_DEVICE}" "${ROOT_PARTITION}"
xfs_growfs -d /
resize2fs "${ROOT_DEVICE}"