Re: [Xen-devel] [PATCH 4/7] osstest: add a FreeBSD host install recipe

2017-05-24 Thread Ian Jackson
Roger Pau Monne writes ("Re: [PATCH 4/7] osstest: add a FreeBSD host install recipe"): > OK, so then I will just drop FreeBSDBase and just use > $ho->{Tftp}{TmpDir}/freebsd-images. I don't think there's a lot of > value in have it in a standard folder, since those are just random > builds. I guess

Re: [Xen-devel] [PATCH 4/7] osstest: add a FreeBSD host install recipe

2017-05-24 Thread Roger Pau Monne
On Tue, May 23, 2017 at 05:04:10PM +0100, Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH 4/7] osstest: add a FreeBSD host install > recipe"): > > The installation is performed using the bsdinstall tool, which is > > part of the FreeBSD base system. The installer image is setup with > > the o

Re: [Xen-devel] [PATCH 4/7] osstest: add a FreeBSD host install recipe

2017-05-23 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH 4/7] osstest: add a FreeBSD host install recipe"): > The installation is performed using the bsdinstall tool, which is > part of the FreeBSD base system. The installer image is setup with > the osstest ssh keys and sshd enabled by default, which allows the > test ha

Re: [Xen-devel] [PATCH 4/7] osstest: add a FreeBSD host install recipe

2017-05-23 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH 4/7] osstest: add a FreeBSD host install recipe"): > The installation is performed using the bsdinstall tool, which is > part of the FreeBSD base system. The installer image is setup with > the osstest ssh keys and sshd enabled by default, which allows the > test ha

[Xen-devel] [PATCH 4/7] osstest: add a FreeBSD host install recipe

2017-05-23 Thread Roger Pau Monne
The installation is performed using the bsdinstall tool, which is part of the FreeBSD base system. The installer image is setup with the osstest ssh keys and sshd enabled by default, which allows the test harness to just ssh into the box, create the install config file and launch the scripted insta