From 42823268d0356da39370a97002bf7bc78802434e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 18 Jan 2025 17:26:10 +0100 Subject: [PATCH] flash-images: increase initial rootsize to 2.5GB the riscv64 build 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 27d3a89d7c..36259acec4 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -78,9 +78,9 @@ else endif # /boot: 512 MB - OFFSET -# / : 2176 MB * 2048 = 4456448 +# / : 2560 MB * 2048 = 5242880 S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) ))) -S_ROOT := 4456448 +S_ROOT := 5242880 ifeq "$(EFI)" "1" S_EFI = 65536 # 32 MB -- 2.39.5