-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibly support generic virt-install options? #29
Comments
Sure, definitely a good idea. |
I like the idea of using a virt-install-opts option, but would we want this to overwrite existing ones (there are a bunch already embedded throughout the koan code its specific options) or are you just looking for an append of the --channel option? |
I would just want additional options. Much too much work to recreate the standard options. Perhaps the name should reflect that (--extra-virt-install-opts or some such). |
A new usage - install an agent guest channel:
Although this might be worth a checkbox in the virtualization tab |
Yes, I think this needs to be a priority. Name? --virt-install-extra-options ? |
For debugging a VM Fedora install, I wanted to implement https://fedoraproject.org/wiki/Anaconda/Logging#virt-install which requires adding:
--channel tcp,host=127.0.0.1:6080,mode=connect,target_type=virtio,name=org.fedoraproject.anaconda.log.0
to the virt-install line. Note that the host= argument can change. This seems pretty out of the ordinary, so I'm not sure if a full blown --virtio-anaconda option or some such is warranted. But a --virt-install-opts would be useful as an alternative. Thoughts?
The text was updated successfully, but these errors were encountered: