From fac46875413aceb4dbdd0bc1dbcc57f5a94ad03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 30 Jul 2018 17:06:11 +0200 Subject: [PATCH] enlarging overhead --- lib/debootstrap-ng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/debootstrap-ng.sh b/lib/debootstrap-ng.sh index 24eaf7140e..c0ee736746 100644 --- a/lib/debootstrap-ng.sh +++ b/lib/debootstrap-ng.sh @@ -355,7 +355,7 @@ prepare_partitions() if [[ $BUILD_DESKTOP == yes ]]; then local sdsize=$(bc -l <<< "scale=0; ((($imagesize * 1.25) / 1 + 0) / 4 + 1) * 4") else - local sdsize=$(bc -l <<< "scale=0; ((($imagesize * 1.15) / 1 + 0) / 4 + 1) * 4") + local sdsize=$(bc -l <<< "scale=0; ((($imagesize * 1.20) / 1 + 0) / 4 + 1) * 4") fi ;; esac