vmrun.sh and zvols

Craig Rodrigues rodrigc at freebsd.org
Sat Aug 30 15:33:14 UTC 2014


On Aug 30, 2014 7:22 AM, "Nikolay Denev" <ndenev at gmail.com> 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 [ 1 ]; do
>   ${BHYVECTL} --vm=${vmname} --destroy > /dev/null 2>&1
>
> - file ${virtio_diskdev} | grep "boot sector" > /dev/null
> + file -s ${virtio_diskdev} | grep "boot sector" > /dev/null
>

Hi,

See:

http://svnweb.freebsd.org/base?view=revision&revision=270754

--
Craig


More information about the freebsd-virtualization mailing list