]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
flash-images: increase root filesystem (+128MB)
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 9 Dec 2024 20:26:09 +0000 (21:26 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 9 Dec 2024 20:26:09 +0000 (21:26 +0100)
rootfs in the flashimage run out of diskspace.

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

index 2f3010fc4d608f8d709cef544bf7651ccd2f2964..30513f0bc7e59b232bab0fb28ffbf39d8f7be921 100644 (file)
@@ -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