]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
flash-images: Increase size of the /boot partition
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 7 Aug 2022 12:06:04 +0000 (12:06 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 8 Aug 2022 10:12:37 +0000 (10:12 +0000)
Same as change to the installer.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/flash-images

index 8a033c310c7491446fa6e63b11aa4e56b087f3fa..b4fde8dd96125e2fc25b81cf77bab89f2e3350a9 100644 (file)
@@ -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"