From ca119bb268d98a0afef7819fa23e16332dd6d07e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 7 Aug 2022 12:06:04 +0000 Subject: [PATCH] flash-images: Increase size of the /boot partition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Same as change to the installer. Signed-off-by: Michael Tremer Reviewed-by: Peter Müller --- lfs/flash-images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index 8a033c310c..b4fde8dd96 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -77,9 +77,9 @@ else PART_TYPE = L endif -# /boot: 128MB - OFFSET +# /boot: 256 MB - OFFSET # / : 1800 MB -S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) ))) +S_BOOT := $(shell echo $$(( 524288 - $(S_OFFSET) ))) S_ROOT := 3773292 ifeq "$(EFI)" "1" -- 2.39.2