According to man vmctl for both: -current and 6.7 -b should be used for base images. -b works just before kernel+vmm+vmctl -current update.
Please check https://man.openbsd.org/vmctl.8 Can it be a bug? Martin ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, June 29, 2020 8:28 PM, Dave Voutila <d...@sisu.io> wrote: > On Mon, Jun 29, 2020 at 4:05 PM Martin martin...@protonmail.com wrote: > > > After build kernel+vmd+vmctl sources from -current I have an issue with > > installing a system from *.iso images. > > The command below works fine before update, but not now > > $ doas vmctl start -m 1G -c -n vmlan -b /home/iso/install67.iso -d > > /home/vmm/guest.qcow2 guest > > I don't believe that syntax was ever correct for vmctl(8). Check your use of > -b.