aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xeninfo.pl
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-24 11:17:11 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-24 11:17:11 +0100
commited072758a72fe04de1afe547c15aabc5f4612f2d (patch)
treecc4639d5c3b10d9d7de79abaeb74b43f4dceae34 /tools/examples/xeninfo.pl
parenta05dfcaccf5ef225a9c18360939d4fe6b0d177a0 (diff)
downloadxen-ed072758a72fe04de1afe547c15aabc5f4612f2d.tar.gz
xen-ed072758a72fe04de1afe547c15aabc5f4612f2d.tar.bz2
xen-ed072758a72fe04de1afe547c15aabc5f4612f2d.zip
tools: remove hard coded paths in example config files
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/examples/xeninfo.pl')
-rw-r--r--tools/examples/xeninfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/xeninfo.pl b/tools/examples/xeninfo.pl
index 47431c6323..95a15d9595 100644
--- a/tools/examples/xeninfo.pl
+++ b/tools/examples/xeninfo.pl
@@ -210,7 +210,7 @@ sub get_vm_type
# which is something like:
# 'PV_kernel': '/boot/vmlinuz-2.6.18-xen',
# or
- # 'PV_kernel': '/usr/lib/xen/boot/hvmloader',
+ # 'PV_kernel': 'hvmloader',
if ("$vm_pv_kernel_results->{'Value'}" =~ m/hvm/i)
{
$host_info{$host_name}{'vms'}{$vm_name_label}{'type'} = "HVM";