From: Michael Tremer Date: Thu, 25 May 2017 19:16:13 +0000 (+0100) Subject: flash-image: Increase size of root partition X-Git-Tag: v2.19-core111~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b3fa6775b2d04f1ff4d083a160674980f3c2035;p=ipfire-2.x.git 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 --- 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