mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +02:00
flash-images: Increase size of root partition to 1800 MB
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
21c54d5524
commit
fdb587deca
@@ -78,9 +78,9 @@ else
|
||||
endif
|
||||
|
||||
# /boot: 128MB - OFFSET
|
||||
# / : 1600 MB
|
||||
# / : 1800 MB
|
||||
S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) )))
|
||||
S_ROOT := 3354038
|
||||
S_ROOT := 3773292
|
||||
|
||||
ifeq "$(EFI)" "1"
|
||||
S_EFI = 65536 # 32 MB
|
||||
|
||||
Reference in New Issue
Block a user