From a0808644a7a08362f7ffa676835609a5f9a22e0a Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Apr 03 2018 20:50:58 +0000 Subject: Remove fsck.xfs. BZ#1562476 --- diff --git a/arm-image-installer b/arm-image-installer index 5207371..987e17b 100755 --- a/arm-image-installer +++ b/arm-image-installer @@ -316,7 +316,6 @@ if [ "$RESIZEFS" != "" ]; then if [ "$FS_TYPE" = "XFS" ]; then mkdir /tmp/root &> /dev/null mount "$ROOTPART" /tmp/root &> /dev/null - fsck.xfs -fy "$ROOTPART" xfs_growfs /tmp/root umount "$ROOTPART" else