From 2c1a2d56c192fe56a67cf6aec4d5eaa1ae52de75 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 31 Oct 2011 15:32:54 -0500 Subject: [PATCH] Switch to e2fsck --- tools/get_uec_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/get_uec_image.sh b/tools/get_uec_image.sh index 259362e..a824eeb 100755 --- a/tools/get_uec_image.sh +++ b/tools/get_uec_image.sh @@ -135,7 +135,7 @@ a 1 w " | fdisk $NBD -fsck -t ext4 -f ${NBD}p1 +e2fsck -f -p ${NBD}p1 resize2fs ${NBD}p1 # Do some preliminary installs