This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 72cdb5176542a71f3316529d722702a3c938e5c8 (commit) from fe676a271fe193320eb44d7d19ae7348f31dd107 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 72cdb5176542a71f3316529d722702a3c938e5c8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Apr 30 09:21:31 2014 +0200
flash-image: increase initial size of root partition.
-----------------------------------------------------------------------
Summary of changes: lfs/flash-images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/flash-images b/lfs/flash-images index f74c7e1..4e28e4c 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)
hooks/post-receive -- IPFire 2.x development tree