From 635c1d90266626e97c3991460454593b8a158835 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 4 Oct 2023 13:04:52 +0530 Subject: [PATCH] expand-rootfs.sh: revert from xfs to ext4 --- scripts/expand-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/expand-rootfs.sh b/scripts/expand-rootfs.sh index d72d089..f244bd9 100755 --- a/scripts/expand-rootfs.sh +++ b/scripts/expand-rootfs.sh @@ -19,4 +19,4 @@ else fi growpart "${PARENT_ROOT_DEVICE}" "${ROOT_PARTITION}" -xfs_growfs -d / +resize2fs "${ROOT_DEVICE}"