Conversation
This will be useful later to add editDevice() that would share most of the code with adddevice().
|
This is rebased version of closed PR. The feature is currently under discussion per this comment |
|
Go Validate / Generate check (pull_request) Failing after 1m Needs to run |
This adds a new configuration option `ReuseVM` that allows to reuse an existing virtual machine instead of creating a new one. Hardware setup in the config will be ignored in such case.
|
Oh, I'm sorry, I haven't realized the message Done! Should be okay now |
|
Hi @Hi-Angel! 👋 Since there haven't been any reactions on this niche use case (nor seen in other plugins), we're going to decline this feature gracefully as not planned. You are of course welcome to fork the project and use the implementation for your environmental needs. Ryan Johnson |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This PR resolves the problem where users could not install a system from ISO to a pre-created Virtual Machine.
Closes #334
TODO:
reuse_vm = trueand also hardware configuration (because we don't want to modify hw on a pre-created VM). under discussion