mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
flash-image: increase boot partition to match with iso install
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -70,9 +70,9 @@ else
|
||||
PART_TYPE = L
|
||||
endif
|
||||
|
||||
# /boot: 100MB - OFFSET
|
||||
# /boot: 128MB - OFFSET
|
||||
# / : 1200 MB
|
||||
S_BOOT := $(shell echo $$(( 204800 - $(S_OFFSET) )))
|
||||
S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) )))
|
||||
S_ROOT := 2477600
|
||||
|
||||
PADDING = 100 # MB
|
||||
|
||||
Reference in New Issue
Block a user