This will be wrong when this is used for netgrub too.

Only functional change is to log outputs.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 Osstest/TestSupport.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index 6d0f967..9be40a2 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -2421,7 +2421,7 @@ sub setup_netboot_bootcfg ($$) {
     my ($ho, $bootfile) = @_;
     my $f= host_netboot_file($ho);
     file_link_contents("$ho->{Tftp}{Path}$f", $bootfile,
-       hostnamepath($ho)."-pxelinux.cfg");
+       hostnamepath($ho)."-netboot.cfg");
 }
 
 # Systems using BIOS are configured to use pxelinux
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to