From: Michael Tremer Date: Mon, 19 Aug 2024 13:02:38 +0000 (+0000) Subject: flash-images: Increase the size of the root partition X-Git-Tag: v2.29-core188~10^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2df099be30a5a07a0e3387c530ed01b6ec3713b;p=ipfire-2.x.git flash-images: Increase the size of the root partition Signed-off-by: Michael Tremer --- diff --git a/lfs/flash-images b/lfs/flash-images index 5623f2e3c5..b42a5d08ba 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -78,9 +78,9 @@ else endif # /boot: 512 MB - OFFSET -# / : 1800 MB +# / : 2048 MB S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) ))) -S_ROOT := 3773292 +S_ROOT := 4194304 ifeq "$(EFI)" "1" S_EFI = 65536 # 32 MB