From: Arne Fitzenreiter Date: Wed, 30 Apr 2014 07:21:31 +0000 (+0200) Subject: flash-image: increase initial size of root partition. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=72cdb5176542a71f3316529d722702a3c938e5c8 flash-image: increase initial size of root partition. --- diff --git a/lfs/flash-images b/lfs/flash-images index f74c7e1e4..4e28e4cd3 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -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)