Naveenraj M
Naveenraj M
This is an even bigger problem when you are installing the OS. You will not have the ability to choose options or see progress for automated installs. As indicated above,...
Hello @louwers Check out https://naveenrajm7.github.io/utm-gallery/. VMs built with [Packer](https://github.com/naveenrajm7/packer-plugin-utm) hosted on [HCP Vagrant registry](https://portal.cloud.hashicorp.com/vagrant/discover/utm) Supports: - checksums - versioning - multiple architectures
Hello! I am the developer of [UTM packer plugin](https://github.com/naveenrajm7/packer-plugin-utm). Currently, the plugin supports building custom UTM VM with provisioner support using an already existing UTM file. (uses builder utm-utm) I...
Hmm actually.. If I'm not wrong the support was added , [here](https://github.com/utmapp/UTM/commit/3ae512dbfa7f0944495f57528a9b8605c65c08e0) ? Because, I am able to launch VM with VNC arguments and connect to it through VNC client....
Update: I added ISO builder to my packer plugin. So now we can create VMs from ISO and perform automated OS installation using the plugin. Check the demo below (Creating...
Hello Can you consistently reproduce the "The file couldn't be opened" issue? if so, can you please share the steps? I had a slightly similar issue https://github.com/utmapp/UTM/issues/6398 , which was...
Hello! Thank you for exposing UTM via APIs. I was able to build a Vagrant plugin for UTM using those. (https://github.com/hashicorp/vagrant/issues/12518#issuecomment-2278629170) Check out https://naveenrajm7.github.io/vagrant_utm/ and please share your feedback. For...
I am trying to build this myself. ```bash /Applications/UTMdev.app/Contents/MacOS/utmctl export --help OVERVIEW: Export the virtual machine and all its data. USAGE: utmctl export [--debug] [--hide] ARGUMENTS: Either the UUID or...
Oh okay, I have the code but I need to connect the cli command to the code. I'll keep trying. I have opened a similar request for import. Thanks for...
As heard previously about UTM gallery. > Right now there's no automated way of adding to the gallery and it's all manual. The biggest issue is hosting the images; we...