From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] flash-images: Increase size of the /boot partition Date: Mon, 08 Aug 2022 15:20:37 +0100 Message-ID: <241E2AFA-C8F6-48DD-BE7C-7D7197ED5C6D@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5292841692353148746==" List-Id: --===============5292841692353148746== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, I noticed that when I edited the file. I doubt that it would have fitted prop= erly before. I will take care of this and submit a patch later. -Michael > On 8 Aug 2022, at 15:19, Arne Fitzenreiter wrote: >=20 > The image now doesn't fit on 2GB cards. We should update the image name to = 4GB. >=20 > Arne >=20 > Am 2022-08-07 14:06, schrieb Michael Tremer: >> 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 =3D L >> endif >> -# /boot: 128MB - OFFSET >> +# /boot: 256 MB - OFFSET >> # / : 1800 MB >> -S_BOOT :=3D $(shell echo $$(( 262144 - $(S_OFFSET) ))) >> +S_BOOT :=3D $(shell echo $$(( 524288 - $(S_OFFSET) ))) >> S_ROOT :=3D 3773292 >> ifeq "$(EFI)" "1" --===============5292841692353148746==--