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 831a579e39c62a254d2b6f5f540011e2d22e836e (commit) from 2229c89ea8df40e8ad610fce7d144d0554b3430a (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 831a579e39c62a254d2b6f5f540011e2d22e836e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Jan 18 06:44:43 2010 +0100
Change xen-image boot fstype to ext2.
-----------------------------------------------------------------------
Summary of changes: lfs/xen-image | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/lfs/xen-image b/lfs/xen-image index ffa1681..ba6b72a 100644 --- a/lfs/xen-image +++ b/lfs/xen-image @@ -63,7 +63,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
#Create bootimage dd bs=1M if=/dev/zero of=$(IMGboot) count=$(SIZEboot) - mkfs.ext3 -F $(IMGboot) + mkfs.ext2 -F $(IMGboot)
#Create swapimage dd bs=1M if=/dev/zero of=$(IMGswap) count=$(SIZEswap)
hooks/post-receive -- IPFire 2.x development tree