mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
flash-images: Increase the size of the root partition
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -78,9 +78,9 @@ else
|
||||
endif
|
||||
|
||||
# /boot: 512 MB - OFFSET
|
||||
# / : 1800 MB
|
||||
# / : 2048 MB
|
||||
S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) )))
|
||||
S_ROOT := 3773292
|
||||
S_ROOT := 4194304
|
||||
|
||||
ifeq "$(EFI)" "1"
|
||||
S_EFI = 65536 # 32 MB
|
||||
|
||||
Reference in New Issue
Block a user