mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #908 from bobthebutcher/docs-update
add default_prefix domain option docs
This commit is contained in:
commit
e0a54d2f08
@ -323,6 +323,9 @@ end
|
||||
to qemu `-initrd`.
|
||||
* `random_hostname` - To create a domain name with extra information on the end
|
||||
to prevent hostname conflicts.
|
||||
* `default_prefix` - The default libvirt guest name becomes a concatenation of the
|
||||
`<current_directory>_<guest_name>`. The current working directory is the default prefix
|
||||
to the guest name. The `default_prefix` options allow you to set the guest name prefix.
|
||||
* `cmd_line` - Arguments passed on to the guest kernel initramfs or initrd to
|
||||
use. Equivalent to qemu `-append`, only possible to use in combination with `initrd` and `kernel`.
|
||||
* `graphics_type` - Sets the protocol used to expose the guest display.
|
||||
|
Loading…
Reference in New Issue
Block a user