]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Call findXenToolstack() also in xen-{delete,resize,update}-image
authorAxel Beckert <abe@deuxchevaux.org>
Wed, 28 Nov 2012 00:04:39 +0000 (01:04 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Wed, 28 Nov 2012 00:09:24 +0000 (01:09 +0100)
bin/xen-delete-image
bin/xen-resize-guest
bin/xen-update-image

index 276192583cd4599c06197fe7bfe8c3eccfbf635e..bdda7c4b2cf01155737938b9ab75a0a54d220708 100755 (executable)
@@ -176,6 +176,11 @@ my %CONFIG;
 my $RELEASE = '4.3.1+dev';
 
 
+#
+# Find xen toolstack command
+#
+$CONFIG{ 'xm' } = findXenToolstack();
+
 
 #
 # Read the global configuration file if it exists.
index c7d093e6c25931563404ee6f8b7fda269e018ba5..de01582a0aaf7657181ebecb251b9a5569aa3274 100755 (executable)
@@ -120,6 +120,11 @@ my %CONFIG;
 my $RELEASE = '4.3.1+dev';
 
 
+#
+# Find xen toolstack command
+#
+$CONFIG{ 'xm' } = findXenToolstack();
+
 
 #
 #  Read the global configuration file.
index 8e8f57f5f2232c6071795f2c871f6001da1c3695..79836e0bd4307bea5c4934328c7b2596a38e3d18 100755 (executable)
@@ -124,6 +124,12 @@ my %CONFIG;
 my $RELEASE = '4.3.1+dev';
 
 
+#
+# Find xen toolstack command
+#
+$CONFIG{ 'xm' } = findXenToolstack();
+
+
 #
 #  Read configuration file if it exists.
 #