From f40133ceaccffa00d20a9eb1cb1f2e1f20d75be3 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sat, 16 Feb 2013 11:29:40 -0800 Subject: [PATCH] hack(build_library/base_image_util.sh): don't zero fs the math is wrong here as a build will often fail with "disk full". Fix this. Change-Id: Ib812991b584816862f0c72aeec79bebf37e214ba --- build_library/base_image_util.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_library/base_image_util.sh b/build_library/base_image_util.sh index 98f3e903c0..01abd3b175 100755 --- a/build_library/base_image_util.sh +++ b/build_library/base_image_util.sh @@ -254,7 +254,8 @@ create_base_image() { # Zero rootfs free space to make it more compressible so auto-update # payloads become smaller - zero_free_space "${root_fs_dir}" + # TODO(ifup): + #zero_free_space "${root_fs_dir}" cleanup_mounts