]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
flash-images: increase initial rootsize to 2.5GB
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 18 Jan 2025 16:26:10 +0000 (17:26 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 18 Jan 2025 16:26:10 +0000 (17:26 +0100)
the riscv64 build run out of diskspace.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/flash-images

index 27d3a89d7c3001c6bad426e923809e3a84f39057..36259acec427f8f8275a013a8d59e3f7224e8c68 100644 (file)
@@ -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