From 5d628cf3bfaead7d932f298053986cce3b0c667b Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Sat, 21 Dec 2024 15:38:41 -0800 Subject: [PATCH] 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 --- lfs/flash-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/flash-images b/lfs/flash-images index 2f3010fc4..0c12f414b 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -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