mkinitrd unification across distributions
 help / color / mirror / Atom feed
* [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

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