From 6cd3774f1dd061ffc4a3dbf42253c232f5b31204 Mon Sep 17 00:00:00 2001 From: marcsello Date: Tue, 20 Jul 2021 03:17:10 +0200 Subject: [PATCH] Changed partition size --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index ff17d95..be744de 100755 --- a/build.sh +++ b/build.sh @@ -9,8 +9,8 @@ docker run --rm -it \ --security-opt seccomp=unconfined \ -v $PWD/output:/output -v $PWD/input:/input \ -e "DEFAULT_KERNEL_MODULES=*" \ - -e "SIZE_ROOT_PART=7680M" \ - -e "SIZE_ROOT_FS=7650M" \ + -e "SIZE_ROOT_PART=3072M" \ + -e "SIZE_ROOT_FS=3042M" \ -e "DEFAULT_TIMEZONE=Europe/Budapest" \ builder ${@} # <- don't forgetti to build this