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
/* * Callback function for di_walk_minor. For each node that appears to match * our criteria (a USB block device, or a CD), mount it and see if it * matches the volume set id passed on the command line. If so, we're done * and can terminate the walk. In all error cases, just continue walking the * tree. */
The particular hypervisor I'm installing under (propolis) lacks support for USB or CDROM devices currently, which makes installation via kayak seemingly impossible at the moment.
The text was updated successfully, but these errors were encountered:
While attempting to install OmniOSCE in a VM from a virtio-block (or nvme) device, it was unable to locate the installation media.
Comments and logic in
mount_media.c
tell the tale:https://github.com/omniosorg/kayak/blob/master/src/mount_media.c#L242-L248
The particular hypervisor I'm installing under (propolis) lacks support for USB or CDROM devices currently, which makes installation via kayak seemingly impossible at the moment.
The text was updated successfully, but these errors were encountered: