You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of creating a device.map it could be generated from devices in a vm config, then written into a temporary file removed after grub-bhyve is done. Parsing type would allow figuring out type (hd,cd). I guess name could be optionally provided is order is essential (otherwise top down ordering).
The text was updated successfully, but these errors were encountered:
My suggested plan is to parse device type and use hdN for for virtio-blk, ahci-hd and cdN for ahci-cd. I'll just add them to device.map in order of appearance, same goes for numbering.
Since bhyveucl -b would conflict with input_args.root passed to grub-bhyve (essentially the same thing), I don't think it sould be relevant when generating device.map or modifying the input to grub-bhyve.
Instead of creating a device.map it could be generated from
devices
in a vm config, then written into a temporary file removed after grub-bhyve is done. Parsing type would allow figuring out type (hd,cd). I guessname
could be optionally provided is order is essential (otherwise top down ordering).The text was updated successfully, but these errors were encountered: