]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
ts-debian-install: rename cfg_xend to cfg
authorWei Liu <wei.liu2@citrix.com>
Tue, 14 Oct 2014 21:50:08 +0000 (22:50 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 10 Dec 2014 14:02:32 +0000 (14:02 +0000)
... as this config file is just a config file in general, not strictly a
Xend format config file.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
ts-debian-install

index 58ea743f2e994d437c0d9830d1017283ef9c4d3e..fcef82740cab3e4ea21241ba2fd80fc7ff893d99 100755 (executable)
@@ -89,8 +89,8 @@ END
             $initrd_opt \\
             $archarg
 END
-    my $cfg_xend= "/etc/xen/$gho->{Name}.cfg";
-    store_runvar("$gho->{Guest}_cfgpath", $cfg_xend);
+    my $cfg= "/etc/xen/$gho->{Name}.cfg";
+    store_runvar("$gho->{Guest}_cfgpath", $cfg);
     store_runvar("$gho->{Guest}_swap_lv", "$gho->{Name}-swap");
 }