>Is there any way to "change" it when the guest is already running?
You can specify at boot time, for example in vmrun.sh

                -s $(($nextslot+1)):0,virtio-blk,${isofile}
            \


 'isofile' is specified using '-I' argument



$./vmrun.sh -I <ISO file> vm1


Once system is booted, you will see two virtio-block:

1. vtbd0 -> Boot HDD

2. vtbd1 -> CDROM image or ISO file.







On Tue, Dec 15, 2015 at 8:37 PM, Sergey Manucharian <s...@ara-ler.com> wrote:

> Hello,
>
> Currently bhyve supports attaching a cd image when started.
> Is there any way to "change" it when the guest is already running?
> Is there a way to attach the host's CD/DVD drive?
>
> E.g. it would be useful to be able creating symlink to an image file,
> and then re-point it to another one (currently does not work).
>
> Thanks,
> Sergey
>
> _______________________________________________
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to "
> freebsd-virtualization-unsubscr...@freebsd.org"
>
_______________________________________________
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"

Reply via email to