Re: vmrun.sh and zvols

2014-08-30 Thread Allan Jude
On 2014-08-30 10:22, Nikolay Denev wrote: > I had to to this so that zvols used for bhyve can be booted with vmrun.sh. > Without this vmrun.sh does not detect the filesystem and always wants > the installation CD. > > > Index: share/examples/bhyve/vmrun.sh > ==

Re: vmrun.sh and zvols

2014-08-30 Thread Craig Rodrigues
On Aug 30, 2014 7:22 AM, "Nikolay Denev" wrote: > > Index: share/examples/bhyve/vmrun.sh > === > --- share/examples/bhyve/vmrun.sh (revision 270295) > +++ share/examples/bhyve/vmrun.sh (working copy) > @@ -176,10 +176,10 @@ > while [

vmrun.sh and zvols

2014-08-30 Thread Nikolay Denev
I had to to this so that zvols used for bhyve can be booted with vmrun.sh. Without this vmrun.sh does not detect the filesystem and always wants the installation CD. Index: share/examples/bhyve/vmrun.sh === --- share/examples/bhyve/v