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 2a31c67afe9adc5d172ff338bfaa278adea7ec05 (commit) from 3e1bab93c1ab3eb6227001553640e0412c4d55eb (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 2a31c67afe9adc5d172ff338bfaa278adea7ec05 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jul 24 10:59:48 2010 +0200
Mkinitcpio: fix bootproblem from usb if no other hdd is present.
-----------------------------------------------------------------------
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 bce7db0..da0de4d 100644 --- a/lfs/mkinitcpio +++ b/lfs/mkinitcpio @@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp $(DIR_SRC)/config/mkinitcpio/virtio /lib/initcpio/install/ sed -i 's|^FILELIST=.*|FILELIST="$$(mktemp)"|g' /sbin/mkinitcpio sed -i 's|^HOOKS=.*|HOOKS="base udev autodetect ide usb scsi pata sata virtio"|g' /etc/mkinitcpio.conf - sed -i 's|^MODULES=.*|MODULES="reiser4 reiserfs ext3 ext2 ehci_hcd"|g' /etc/mkinitcpio.conf + sed -i 's|^MODULES=.*|MODULES="reiser4 reiserfs ext3 ext2 ehci_hcd sd_mod"|g' /etc/mkinitcpio.conf sed -i 's|ide-cd|ide-cd ide-generic|g' /lib/initcpio/install/ide sed -i 's| gzip -9 | lzma |g' /sbin/mkinitcpio @rm -rf $(DIR_APP)
hooks/post-receive -- IPFire 2.x development tree