[node-patches] Change in ovirt-node[master]: node-creator: Fix a previously dropped sudo
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Mar 6 16:57:28 UTC 2014
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 <fabiand at fedoraproject.org>
---
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 <fabiand at fedoraproject.org>
More information about the node-patches
mailing list