mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
flash-images: Increase size of the /boot partition
Same as change to the installer. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
a08173658c
commit
ca119bb268
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user