]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/flash-images
flash-images: Increase size of the /boot partition
[people/pmueller/ipfire-2.x.git] / 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"