[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] OSSTest: .../osstest/debian-installer/amd64/current-wheezy/initrd.gz: No such file or directory
On Wed, Oct 30, 2013 at 3:09 PM, Wei Liu <wei.liu2@xxxxxxxxxx> wrote: I think Ben had the same problem but he worked around it. There's no See my patch attached to this message: Specifically, this hunk:
--- a/ts-host-install +++ b/ts-host-install @@ -122,7 +122,7 @@ END sub setup_pxeboot_firstboot($) { my ($ps_url) = @_; - my $d_i=
$c{TftpDiBase}.'/'.$r{arch}.'/'.$c{TftpDiVersion}.'-'.$ho->{Suite}; + my $d_i= $c{TftpDiBase}.'/'.$r{arch}.'/'.$c{TftpDiVersion}; my @installcmdline= qw(vga=normal);
push @installcmdline, di_installcmdline_core($ho, $ps_url, %xopts); TBH I didn't encounter this when I played with OSSTest so I presume _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |