From: Arne Fitzenreiter Date: Sat, 18 Jan 2025 16:26:10 +0000 (+0100) Subject: flash-images: increase initial rootsize to 2.5GB X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42823268d0356da39370a97002bf7bc78802434e;p=people%2Fmfischer%2Fipfire-2.x.git flash-images: increase initial rootsize to 2.5GB the riscv64 build run out of diskspace. Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/flash-images b/lfs/flash-images index 27d3a89d7..36259acec 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