public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] flash-images: Increase size of the /boot partition
@ 2022-08-07 12:06 Michael Tremer
  2022-08-08 10:11 ` Peter Müller
  2022-08-08 14:19 ` Arne Fitzenreiter
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Tremer @ 2022-08-07 12:06 UTC (permalink / raw)
  To: development

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

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"
-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] flash-images: Increase size of the /boot partition
  2022-08-07 12:06 [PATCH] flash-images: Increase size of the /boot partition Michael Tremer
@ 2022-08-08 10:11 ` Peter Müller
  2022-08-08 14:19 ` Arne Fitzenreiter
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Müller @ 2022-08-08 10:11 UTC (permalink / raw)
  To: development

[-- 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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] flash-images: Increase size of the /boot partition
  2022-08-07 12:06 [PATCH] flash-images: Increase size of the /boot partition Michael Tremer
  2022-08-08 10:11 ` Peter Müller
@ 2022-08-08 14:19 ` Arne Fitzenreiter
  2022-08-08 14:20   ` Michael Tremer
  1 sibling, 1 reply; 4+ messages in thread
From: Arne Fitzenreiter @ 2022-08-08 14:19 UTC (permalink / raw)
  To: development

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

The image now doesn't fit on 2GB cards. We should update the image name 
to 4GB.

Arne

Am 2022-08-07 14:06, schrieb Michael Tremer:
> 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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] flash-images: Increase size of the /boot partition
  2022-08-08 14:19 ` Arne Fitzenreiter
@ 2022-08-08 14:20   ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2022-08-08 14:20 UTC (permalink / raw)
  To: development

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

Hello,

I noticed that when I edited the file. I doubt that it would have fitted properly before.

I will take care of this and submit a patch later.

-Michael

> On 8 Aug 2022, at 15:19, Arne Fitzenreiter <arne_f(a)ipfire.org> wrote:
> 
> The image now doesn't fit on 2GB cards. We should update the image name to 4GB.
> 
> Arne
> 
> Am 2022-08-07 14:06, schrieb Michael Tremer:
>> 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"


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-08 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07 12:06 [PATCH] flash-images: Increase size of the /boot partition Michael Tremer
2022-08-08 10:11 ` Peter Müller
2022-08-08 14:19 ` Arne Fitzenreiter
2022-08-08 14:20   ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox