[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 24/35] netboot: Change stash file name to not be pxelinux-specific
This will be wrong when this is used for netgrub too. Only functional change is to log outputs. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |