From bbc206cb5f76db341cca16bde7500f686aa61d4c Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Tue, 24 Dec 2024 16:05:15 -0800 Subject: [PATCH] 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 --- lfs/flash-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/flash-images b/lfs/flash-images index 1b5efd0fc..afc35d79d 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -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