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 76b8277500d32f633dd9d044d4593aa8a4d17013 (commit) from 55bec7f58fa5b38a8ce37d3667730c80e85f2577 (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 76b8277500d32f633dd9d044d4593aa8a4d17013 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 22 10:57:35 2012 +0100
flash-images: increase size of root partition.
Minimal media-size is now 2GB.
-----------------------------------------------------------------------
Summary of changes: lfs/flash-images | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/flash-images b/lfs/flash-images index 0b07704..4c99822 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -44,15 +44,15 @@ md5 : ############################################################################### # Installation Details ############################################################################### -IMGinst := /install/images/$(SNAME)-$(VERSION).1gb-ext2.$(MACHINE)-full-core$(CORE).img -IMGinsts := /install/images/$(SNAME)-$(VERSION).1gb-ext2-scon.$(MACHINE)-full-core$(CORE).img +IMGinst := /install/images/$(SNAME)-$(VERSION).2gb-ext2.$(MACHINE)-full-core$(CORE).img +IMGinsts := /install/images/$(SNAME)-$(VERSION).2gb-ext2-scon.$(MACHINE)-full-core$(CORE).img MNThdd := /install/harddisk IMGpart := /install/images/part_area IMGboot := /install/images/bootfs # don't change SIZEboot this without checking Image size SIZEboot := 20 IMGroot := /install/images/rootfs -SIZEroot := 500 +SIZEroot := 1400 IMGvar := /install/images/varfs SIZEvar := 430
hooks/post-receive -- IPFire 2.x development tree