[node-patches] Change in ovirt-node[master]: rename /usr/sbin/setup to avoid accidentally running legacy ...

mburns at redhat.com mburns at redhat.com
Mon May 20 13:40:13 UTC 2013


Michael Burns has uploaded a new change for review.

Change subject: rename /usr/sbin/setup to avoid accidentally running legacy UI
......................................................................

rename /usr/sbin/setup to avoid accidentally running legacy UI

previously we sym-linked the ovirt-config-setup (slang/newt UI)
in /usr/sbin so it could be run by simply running setup.

We don't want people to accidentally run the legacy UI if we can
avoid it, so change this symlink to point to the urwid based UI.

Change-Id: I5cf0862871ab762dd80b2a9b135ad8fbe44b7347
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M recipe/common-post.ks
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/90/14890/1

diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index 34004cd..dbf5782 100644
--- a/recipe/common-post.ks
+++ b/recipe/common-post.ks
@@ -196,7 +196,7 @@
 echo "debugfs /sys/kernel/debug debugfs auto 0 0" >> /etc/fstab
 
 #symlink ovirt-config-setup into $PATH
-ln -s /usr/libexec/ovirt-config-setup /usr/sbin/setup
+ln -s /usr/bin/ovirt-config-setup /usr/sbin/setup
 
 
 #set NETWORKING off by default


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5cf0862871ab762dd80b2a9b135ad8fbe44b7347
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>



More information about the node-patches mailing list