From efae924506dc0ae54dc3e8cec58c8d12e9d30f13 Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Sat, 10 Sep 2016 16:24:09 +0200 Subject: yardstick: modify e2fsck command to run with -p param e2fsck command will not run without human intervention if we do not use -p option. Jira issue: ARMBAND-74 Change-Id: Ie7f9b526a568e49ad44c4ee3b4fe75a1065bb1b3 Signed-off-by: Paul Vaduva (cherry picked from commit 82366575b7924a8315d09989b5f0b6b651ffc9c8) --- tools/yardstick-img-modify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/yardstick-img-modify b/tools/yardstick-img-modify index b9ecbddd8..07f10b3ce 100755 --- a/tools/yardstick-img-modify +++ b/tools/yardstick-img-modify @@ -104,7 +104,7 @@ setup() { kpartx -av $raw_imgfile if [ $YARD_IMG_ARCH = "arm64" ]; then - e2fsck -f /dev/mapper/$loopdevice + e2fsck -p -f /dev/mapper/$loopdevice resize2fs /dev/mapper/$loopdevice fi # for trouble shooting -- cgit 1.2.3-korg