From 3b3fa6775b2d04f1ff4d083a160674980f3c2035 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 25 May 2017 20:16:13 +0100 Subject: [PATCH] flash-image: Increase size of root partition This should still be small enough to barely fit on a disk that can hold 1GB of data. The actual one. Not the one that some vendors put on it. Signed-off-by: Michael Tremer --- lfs/flash-images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index 4a1a4d6aab..07547966c0 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -75,9 +75,9 @@ else endif # /boot: 64MB - OFFSET -# / : 750MB +# / : 850MB S_BOOT := $(shell echo $$(( 131072 - $(S_OFFSET) ))) -S_ROOT := 1536000 +S_ROOT := 1740800 PADDING = 100 # MB -- 2.39.2