]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
flash-image: Increase size of root partition
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 May 2017 19:16:13 +0000 (20:16 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 30 May 2017 19:06:09 +0000 (21:06 +0200)
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 <michael.tremer@ipfire.org>
lfs/flash-images

index 4a1a4d6aab696277a65e5ddabee817cd25ef3373..07547966c0fbe6544b0d6131d39914d660623dc3 100644 (file)
@@ -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