From 50059fc3282c69680626fc908dc0519d2614d616 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 9 Dec 2024 21:26:09 +0100 Subject: [PATCH] flash-images: increase root filesystem (+128MB) rootfs in the flashimage run out of diskspace. Signed-off-by: Arne Fitzenreiter --- lfs/flash-images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index 2f3010fc4d..30513f0bc7 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -78,9 +78,9 @@ else endif # /boot: 512 MB - OFFSET -# / : 2048 MB +# / : 2176 MB * 2048 = 4456448 S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) ))) -S_ROOT := 4194304 +S_ROOT := 4456448 ifeq "$(EFI)" "1" S_EFI = 65536 # 32 MB -- 2.47.3