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

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