From: Arne Fitzenreiter Date: Mon, 9 Dec 2024 20:26:09 +0000 (+0100) Subject: flash-images: increase root filesystem (+128MB) X-Git-Tag: v2.29-core191~14^2~174 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50059fc3282c69680626fc908dc0519d2614d616;p=ipfire-2.x.git flash-images: increase root filesystem (+128MB) rootfs in the flashimage run out of diskspace. Signed-off-by: Arne Fitzenreiter --- 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