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
This commit is contained in:
Brandon Philips 2013-02-16 11:29:40 -08:00
parent 4fa2b2b365
commit f40133ceac

View File

@ -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