mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Increase img build partition size
increase img build partition size for BPF/BTF enabled kernel Singed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ endif
|
|||||||
# /boot: 512 MB - OFFSET
|
# /boot: 512 MB - OFFSET
|
||||||
# / : 1800 MB
|
# / : 1800 MB
|
||||||
S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) )))
|
S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) )))
|
||||||
S_ROOT := 3773292
|
S_ROOT := 11319876
|
||||||
|
|
||||||
ifeq "$(EFI)" "1"
|
ifeq "$(EFI)" "1"
|
||||||
S_EFI = 65536 # 32 MB
|
S_EFI = 65536 # 32 MB
|
||||||
|
|||||||
Reference in New Issue
Block a user