]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
flash-image: increase initial size of root partition.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 30 Apr 2014 07:21:31 +0000 (09:21 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 30 Apr 2014 07:21:31 +0000 (09:21 +0200)
lfs/flash-images

index f74c7e1e4eaf21bc0e162754a04a0ed92992405c..4e28e4cd37746eb01d4d1211a5ff1ece6ea7acd4 100644 (file)
@@ -65,9 +65,9 @@ else
 endif
 
 # /boot:  64MB - OFFSET
-# /    : 600MB
+# /    : 700MB
 S_BOOT := $(shell echo $$(( 131072 - $(S_OFFSET) )))
-S_ROOT := 1228800
+S_ROOT := 1433600
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        rm -rf $(MNThdd) $(IMGinst) $(IMGpart) $(IMGboot) $(IMGroot) && mkdir -p $(MNThdd)