mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
flash-image: Increase root partition size to 1600MB
This is necessary due to the increased size of the base OS which is mostly driven by linux-firmware. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -77,9 +77,9 @@ else
|
||||
endif
|
||||
|
||||
# /boot: 128MB - OFFSET
|
||||
# / : 1400 MB
|
||||
# / : 1600 MB
|
||||
S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) )))
|
||||
S_ROOT := 2934784
|
||||
S_ROOT := 3354038
|
||||
|
||||
ifeq "$(EFI)" "1"
|
||||
S_EFI = 65536 # 32 MB
|
||||
|
||||
Reference in New Issue
Block a user