mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
flash-images: increase disk space
build error when create flash image, increase the size tar: var/lib/location/ipset: Cannot mkdir: No space left on device Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ endif
|
||||
# /boot: 512 MB - OFFSET
|
||||
# / : 2048 MB
|
||||
S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) )))
|
||||
S_ROOT := 4194304
|
||||
S_ROOT := 11319876
|
||||
|
||||
ifeq "$(EFI)" "1"
|
||||
S_EFI = 65536 # 32 MB
|
||||
|
||||
Reference in New Issue
Block a user