From 48b1a50b086e39332d2e1e51a73434e39c40b329 Mon Sep 17 00:00:00 2001 From: Amey Deshpande Date: Wed, 27 Apr 2016 00:30:54 -0700 Subject: Revert "image_signing: use sparse partition extraction [reland]" This reverts commit f482470b72086d5ba672513434f3da5d62599538. The original change is the suspected root cause of chromium:606738. TEST=signing_unittests.py in cros-signing passes (with updated vboot_stable_hash). BUG=chromium:606738 BRANCH=None Change-Id: I21ea027bbda123ee26c6deb4437b07d2fc6e8575 Reviewed-on: https://chromium-review.googlesource.com/340895 Commit-Ready: Amey Deshpande Tested-by: Amey Deshpande Reviewed-by: Amey Deshpande --- scripts/image_signing/common_minimal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/image_signing/common_minimal.sh b/scripts/image_signing/common_minimal.sh index ad84c501..fa566761 100644 --- a/scripts/image_signing/common_minimal.sh +++ b/scripts/image_signing/common_minimal.sh @@ -246,7 +246,7 @@ extract_image_partition() { local offset=$(partoffset "$image" "$partnum") local size=$(partsize "$image" "$partnum") dd if=$image of=$output_file bs=512 skip=$offset count=$size \ - conv=notrunc,sparse 2>/dev/null + conv=notrunc 2>/dev/null } # Replace a partition in an image from file -- cgit v1.2.1