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 3.x development tree".
The branch, master has been updated via e1f6992d3668315699f029a14d7bdbdf641c1085 (commit) from a7af312173f5c7e5208313df8fef477791f4ef2c (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 e1f6992d3668315699f029a14d7bdbdf641c1085 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue May 4 15:58:08 2010 +0200
mkinitramfs: Fix --action=add flags for newer version of udev.
-----------------------------------------------------------------------
Summary of changes: tools/mkliveramfs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/tools/mkliveramfs b/tools/mkliveramfs index 4a1a80a..5584dc0 100755 --- a/tools/mkliveramfs +++ b/tools/mkliveramfs @@ -1002,7 +1002,7 @@ vecho "Starting udevd..." udevd --daemon
vecho "Creating devices..." -udevadm trigger +udevadm trigger --action=add
if [ "${type}" = "download" ]; then # Wait 30 seconds for network to appear. @@ -1088,7 +1088,7 @@ if [ "${type}" = "block" ]; then # where we were unable to read the volume id. so trigger # another run through the block devs if [ "x$COUNTDOWN" = "x30" ]; then - udevadm trigger --subsystem-match=block + udevadm trigger --action=add --subsystem-match=block fi COUNTDOWN=$(($COUNTDOWN - 1))
hooks/post-receive -- IPFire 3.x development tree