Fabian Deutsch has uploaded a new change for review.

Change subject: node-creator: Fix a previously dropped sudo
......................................................................

node-creator: Fix a previously dropped sudo

Change-Id: Icae330feef9f742591449d89f2cb90941658e49f
Signed-off-by: Fabian Deutsch <[email protected]>
---
M recipe/node-creator
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/94/25494/1

diff --git a/recipe/node-creator b/recipe/node-creator
index 03fda44..4e78480 100755
--- a/recipe/node-creator
+++ b/recipe/node-creator
@@ -83,7 +83,7 @@
                but disabled on the build machine"
        fi ;;
 esac
-livecd-creator -c "$NODE_KS" -f "$LABEL" \
+sudo livecd-creator -c "$NODE_KS" -f "$LABEL" \
     --tmpdir="$NODE_TMP" \
     --cache="$OVIRT_CACHE_DIR/yum-$ARCH"
 if [ "$SELINUX_ENFORCING" = Enforcing ]; then


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icae330feef9f742591449d89f2cb90941658e49f
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

Reply via email to