* [dracut GIT] branch, master, updated. 5dc6f240856a37d864298e67233a8312c882a927
@ 2010-11-10 21:50 Harald Hoyer
[not found] ` <E1PGIZ6-00043s-D7-k4i/gY8Meg/5oxsc1G8FJ7gy3r6b7hxHn8KVU9S6xrQkmLvzuZlaBw@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Harald Hoyer @ 2010-11-10 21:50 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
The branch, master has been updated
via 5dc6f240856a37d864298e67233a8312c882a927 (commit)
from e53fdd1c35f647441dec690e57f23ab0ebd3343e (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 5dc6f240856a37d864298e67233a8312c882a927
Author: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Date: Wed Nov 10 22:50:20 2010 +0100
base/loginit: s/==/=
stupid bug!
diff --git a/modules.d/99base/loginit b/modules.d/99base/loginit
index 7476262..3ceaede 100755
--- a/modules.d/99base/loginit
+++ b/modules.d/99base/loginit
@@ -11,7 +11,7 @@ QUIET=$1
exec 6>/init.log
while read line; do
- [ "$line" == "DRACUT_LOG_END" ] && exit 0
+ [ "$line" = "DRACUT_LOG_END" ] && exit 0
echo "<7>dracut: $line" >&5
# if "quiet" is specified we output to /dev/console
[ -n "$QUIET" ] && echo "dracut: $line"
-----------------------------------------------------------------------
Summary of changes:
modules.d/99base/loginit | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
dracut - Initramfs generator using udev
^ permalink raw reply related [flat|nested] 2+ messages in thread[parent not found: <E1PGIZ6-00043s-D7-k4i/gY8Meg/5oxsc1G8FJ7gy3r6b7hxHn8KVU9S6xrQkmLvzuZlaBw@public.gmane.org>]
* Re: [dracut GIT] branch, master, updated. 5dc6f240856a37d864298e67233a8312c882a927 [not found] ` <E1PGIZ6-00043s-D7-k4i/gY8Meg/5oxsc1G8FJ7gy3r6b7hxHn8KVU9S6xrQkmLvzuZlaBw@public.gmane.org> @ 2010-11-10 22:44 ` Harald Hoyer 0 siblings, 0 replies; 2+ messages in thread From: Harald Hoyer @ 2010-11-10 22:44 UTC (permalink / raw) To: initramfs-u79uwXL29TY76Z2rM5mHXA Just wanted to give a heads up. With this commit the test suite finally passes again: $ time sudo make check make -C test check make[1]: Entering directory `/net/nas/home-harald/git/dracut/test' make[2]: Entering directory `/net/nas/home-harald/git/dracut/test/TEST-10-RAID' TEST: root filesystem on an encrypted LVM PV on a RAID-5 [OK] make[2]: Leaving directory `/net/nas/home-harald/git/dracut/test/TEST-10-RAID' make[2]: Entering directory `/net/nas/home-harald/git/dracut/test/TEST-11-LVM' TEST: root filesystem on LVM PV [OK] make[2]: Leaving directory `/net/nas/home-harald/git/dracut/test/TEST-11-LVM' make[2]: Entering directory `/net/nas/home-harald/git/dracut/test/TEST-12-RAID-DEG' TEST: root filesystem on an encrypted LVM PV on a degraded RAID-5 [OK] make[2]: Leaving directory `/net/nas/home-harald/git/dracut/test/TEST-12-RAID-DEG' make[2]: Entering directory `/net/nas/home-harald/git/dracut/test/TEST-13-ENC-RAID-LVM' TEST: root filesystem on LVM on encrypted partitions of a RAID-5 [OK] make[2]: Leaving directory `/net/nas/home-harald/git/dracut/test/TEST-13-ENC-RAID-LVM' make[2]: Entering directory `/net/nas/home-harald/git/dracut/test/TEST-14-IMSM' TEST: root filesystem on LVM PV on a isw dmraid [OK] make[2]: Leaving directory `/net/nas/home-harald/git/dracut/test/TEST-14-IMSM' make[2]: Entering directory `/net/nas/home-harald/git/dracut/test/TEST-20-NFS' TEST: root filesystem on NFS [OK] make[2]: Leaving directory `/net/nas/home-harald/git/dracut/test/TEST-20-NFS' make[2]: Entering directory `/net/nas/home-harald/git/dracut/test/TEST-30-ISCSI' TEST: root filesystem over iSCSI [OK] make[2]: Leaving directory `/net/nas/home-harald/git/dracut/test/TEST-30-ISCSI' make[2]: Entering directory `/net/nas/home-harald/git/dracut/test/TEST-40-NBD' TEST: root filesystem on NBD [OK] make[2]: Leaving directory `/net/nas/home-harald/git/dracut/test/TEST-40-NBD' make[2]: Entering directory `/net/nas/home-harald/git/dracut/test/TEST-50-MULTINIC' TEST: root filesystem on NFS with multiple nics [OK] make[2]: Leaving directory `/net/nas/home-harald/git/dracut/test/TEST-50-MULTINIC' make[1]: Leaving directory `/net/nas/home-harald/git/dracut/test' real 38m27.274s user 8m32.362s sys 13m27.486s ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-10 22:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-10 21:50 [dracut GIT] branch, master, updated. 5dc6f240856a37d864298e67233a8312c882a927 Harald Hoyer
[not found] ` <E1PGIZ6-00043s-D7-k4i/gY8Meg/5oxsc1G8FJ7gy3r6b7hxHn8KVU9S6xrQkmLvzuZlaBw@public.gmane.org>
2010-11-10 22:44 ` Harald Hoyer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox