mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
flash-imgages: only double the root size
only double the root size, so dd from usb to hard drive takes less time and size. Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -81,7 +81,7 @@ endif
|
||||
# /boot: 512 MB - OFFSET
|
||||
# / : 2048 MB
|
||||
S_BOOT := $(shell echo $$(( 1048576 - $(S_OFFSET) )))
|
||||
S_ROOT := 11319876
|
||||
S_ROOT := 8388608
|
||||
|
||||
ifeq "$(EFI)" "1"
|
||||
S_EFI = 65536 # 32 MB
|
||||
|
||||
Reference in New Issue
Block a user