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-core112~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5f3cc7ff29d9ebf871612db622dac22cea12d05;p=people%2Fstevee%2Fipfire-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 554c046621..3d586c0eae 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