From 613db5c199ade433b6d44123fce455942f82db79 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 8 Jun 2021 13:37:33 +0000 Subject: [PATCH] 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 --- lfs/flash-images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5