mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
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:
parent
4fa2b2b365
commit
f40133ceac
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user