public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
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	[thread overview]
Message-ID: <2354fcce-8091-d163-885a-716b258fcd21@ipfire.org> (raw)
In-Reply-To: <20220807120604.850678-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 674 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Same as change to the installer.
> 
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
>  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"

  reply	other threads:[~2022-08-08 10:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-07 12:06 Michael Tremer
2022-08-08 10:11 ` Peter Müller [this message]
2022-08-08 14:19 ` Arne Fitzenreiter
2022-08-08 14:20   ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2354fcce-8091-d163-885a-716b258fcd21@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox