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
Recently, I encountered this issue when trying to import an OVA made with VirtualBox into VMWare/ESXi.
I was able to execute the first part of the solution using: cot edit-hardware nixos-20.09pre-git-x86_64-linux.ova -v vmx-14 -o nixos.ova.
However, it doesn't seem like there are any options to edit hardware devices outside CPU, network devices, memory, etc.
Editing aside, perhaps we could start by allowing users to remove devices in order to help resolve some compatibility issues like the one mentioned above.
In this case, for example, I believe all I would need to do is remove all devices with a DeviceType of 35.
The text was updated successfully, but these errors were encountered:
I'm not opposed to adding new subcommands to create/edit/delete generic hardware Item elements - the existing cot edit-hardware command is complex enough that I wouldn't want to add this functionality to that command. Something like:
Recently, I encountered this issue when trying to import an OVA made with VirtualBox into VMWare/ESXi.
I was able to execute the first part of the solution using:
cot edit-hardware nixos-20.09pre-git-x86_64-linux.ova -v vmx-14 -o nixos.ova
.However, it doesn't seem like there are any options to edit hardware devices outside CPU, network devices, memory, etc.
Editing aside, perhaps we could start by allowing users to remove devices in order to help resolve some compatibility issues like the one mentioned above.
In this case, for example, I believe all I would need to do is remove all devices with a DeviceType of 35.
The text was updated successfully, but these errors were encountered: