Increase minimal system image size by 15% to have some free space (#336)

This commit is contained in:
drebrez 2017-08-09 21:16:04 +02:00 committed by Oliver Smith
parent 21c09b3b3c
commit 96cb52847d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ def install(args):
for flavor in pmb.chroot.other.kernel_flavors_installed(args, suffix):
pmb.chroot.initfs.build(args, flavor, suffix)
size_image = str(int(get_chroot_size(args)) + 50) + "M"
size_image = str(int(float(get_chroot_size(args)) * 1.15)) + "M"
size_boot = str(int(get_chroot_boot_size(args)) + 5) + "M"
# Finally set the user password