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, next has been updated via a6e3f4545f0ecf8e75f61116b3c79bb4d7414d0b (commit) from c0faa0efafca5b9e7881d3570e0c79bbc9a6af77 (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 a6e3f4545f0ecf8e75f61116b3c79bb4d7414d0b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 21 00:23:58 2010 +0100
Change mkinitcpio compression from gzip to lzma.
-----------------------------------------------------------------------
Summary of changes: lfs/mkinitcpio | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/lfs/mkinitcpio b/lfs/mkinitcpio index 6365894..0d3ec98 100644 --- a/lfs/mkinitcpio +++ b/lfs/mkinitcpio @@ -76,6 +76,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) sed -i 's|^HOOKS=.*|HOOKS="base udev autodetect ide usb scsi pata sata virtio filesystems"|g' /etc/mkinitcpio.conf sed -i 's|^MODULES=.*|MODULES="reiser4 reiserfs ext3 ehci_hcd"|g' /etc/mkinitcpio.conf sed -i 's|ide-cd|ide-cd ide-generic|g' /lib/initcpio/install/ide - + sed -i 's| gzip | lzma |g' /sbin/mkinitcpio @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree