On Tue, May 23, 2017 at 06:58:59PM +0100, Ian Jackson wrote:
> Roger Pau Monne writes ("[PATCH 5/7] osstest: introduce a FreeBSD build
> script"):
> > -my $path= "path_${part}dist";
> > -logm("checking $k $path");
> > -get_stashed($path, $r{$k});
> > +if ("$part" eq "freebsd") {
>
Roger Pau Monne writes ("Re: [PATCH 5/7] osstest: introduce a FreeBSD build
script"):
> On Tue, May 23, 2017 at 06:58:59PM +0100, Ian Jackson wrote:
> > Suppose we have ts-freebsd-build set
> > path_freebsddist=$stash/build/freebsd/
> > and have it put the files in there with fixed, known, nam
Roger Pau Monne writes ("[PATCH 5/7] osstest: introduce a FreeBSD build
script"):
> -my $path= "path_${part}dist";
> -logm("checking $k $path");
> -get_stashed($path, $r{$k});
> +if ("$part" eq "freebsd") {
> +foreach (qw(base kernel manifest image)) {
> +my $pa
In order to generate the FreeBSD installer image and the install media.
The install sets are the vanilla ones generated by the 'ftp' release target.
The installer image is handcrafted based on the filesystem created by the
'bootonly' target, which is then populated with the ssh host keys, and setu