From 96cb52847d2e65215607a251174238280edc0859 Mon Sep 17 00:00:00 2001 From: drebrez Date: Wed, 9 Aug 2017 21:16:04 +0200 Subject: [PATCH] Increase minimal system image size by 15% to have some free space (#336) --- pmb/install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/install/install.py b/pmb/install/install.py index 9e566de2..a637329c 100644 --- a/pmb/install/install.py +++ b/pmb/install/install.py @@ -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