From d2df099be30a5a07a0e3387c530ed01b6ec3713b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 19 Aug 2024 13:02:38 +0000 Subject: [PATCH] flash-images: Increase the size of the root partition 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 5623f2e3c5..b42a5d08ba 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -78,9 +78,9 @@ else endif # /boot: 512 MB - OFFSET -# / : 1800 MB +# / : 2048 MB S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) ))) -S_ROOT := 3773292 +S_ROOT := 4194304 ifeq "$(EFI)" "1" S_EFI = 65536 # 32 MB -- 2.39.5