[node-patches] Change in ovirt-node[ovirt-3.5]: Fix syntax in dracut lib

fabiand at redhat.com fabiand at redhat.com
Wed Dec 17 16:09:59 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: Fix syntax in dracut lib
......................................................................

Fix syntax in dracut lib

Change-Id: Ie34b347a38cb559a440b7984db6277d8a78b0e70
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1163688
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M dracut/ovirt-boot-functions
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/52/36252/1

diff --git a/dracut/ovirt-boot-functions b/dracut/ovirt-boot-functions
index 573f1a1..171f786 100644
--- a/dracut/ovirt-boot-functions
+++ b/dracut/ovirt-boot-functions
@@ -55,7 +55,7 @@
         eval $(udev_info $(readlink -f $d) property "--export")
         # ID_FS_USAGE is set for partitions
         if [ "$DEVTYPE" = "disk" -a "$ID_BUS" = "$bus" -a \
-                "$ID_CDROM" != "1"]; then
+             "$ID_CDROM" != "1" ]; then
             if [ -z "$serial" -o "$serial" = "ALL" \
                 -o "$ID_SERIAL" = "$serial" ]; then
                 local dev="$(readlink -e $d)"


-- 
To view, visit http://gerrit.ovirt.org/36252
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie34b347a38cb559a440b7984db6277d8a78b0e70
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list