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 <[email protected]> --- M dracut/ovirt-boot-functions 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/99/36199/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/36199 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie34b347a38cb559a440b7984db6277d8a78b0e70 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
