From: Michael Tremer Date: Tue, 8 Jun 2021 13:37:33 +0000 (+0000) Subject: flash-image: Increase root partition size to 1600MB X-Git-Tag: v2.25-core158~33^2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=613db5c199ade433b6d44123fce455942f82db79;hp=0aad67988b00090f9bdb59192101c4dbad9fc56b;p=ipfire-2.x.git flash-image: Increase root partition size to 1600MB This is necessary due to the increased size of the base OS which is mostly driven by linux-firmware. Signed-off-by: Michael Tremer --- diff --git a/lfs/flash-images b/lfs/flash-images index 9fd9250553..9c6af5092a 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -77,9 +77,9 @@ else endif # /boot: 128MB - OFFSET -# / : 1400 MB +# / : 1600 MB S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) ))) -S_ROOT := 2934784 +S_ROOT := 3354038 ifeq "$(EFI)" "1" S_EFI = 65536 # 32 MB