From 3fc389d9f29306ed441fc8ab4cf050ae263b3783 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 1 Sep 2021 18:26:59 +0000 Subject: [PATCH] flash-images: Increase size of root partition to 1800 MB Signed-off-by: Michael Tremer --- lfs/flash-images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index 0abb23b0a0..2cc81c37b4 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -78,9 +78,9 @@ else endif # /boot: 128MB - OFFSET -# / : 1600 MB +# / : 1800 MB S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) ))) -S_ROOT := 3354038 +S_ROOT := 3773292 ifeq "$(EFI)" "1" S_EFI = 65536 # 32 MB -- 2.39.5