Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- Osstest/TestSupport.pm | 1 + README | 1 + 2 files changed, 2 insertions(+)
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 8754e22..5677946 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -2017,6 +2017,7 @@ sub host_pxefile ($) { $eth =~ s/\-$//; $v{'etherhyph'} = $eth; } + $v{'name'} = $ho->{Name}; if (defined $ho->{IpStatic}) { my $ip = $ho->{IpStatic}; $ip =~ s/\b0+//g; diff --git a/README b/README index 0a0242c..fe0abb2 100644 --- a/README +++ b/README @@ -453,6 +453,7 @@ TftpPxeTemplates List (space-separated) of template filenames for writing The templates contain variable substitutions %var% The variables are the runvars plus + name hostname (short name as in resource databases etc.) ether host/guest mac address etherhyp ... in lowercase hyphen-separated form (for pxelinux) ipaddr host/guest static ip address -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel