From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] flash-images: Increase size of the /boot partition Date: Mon, 08 Aug 2022 10:11:56 +0000 Message-ID: <2354fcce-8091-d163-885a-716b258fcd21@ipfire.org> In-Reply-To: <20220807120604.850678-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7181129771086209322==" List-Id: --===============7181129771086209322== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Reviewed-by: Peter Müller > Same as change to the installer. > > 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 8a033c310..b4fde8dd9 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" --===============7181129771086209322==--