Merge pull request #908 from bobthebutcher/docs-update

add default_prefix domain option docs
This commit is contained in:
Darragh Bailey 2018-11-27 19:15:06 +00:00 committed by GitHub
commit e0a54d2f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,6 +323,9 @@ end
to qemu `-initrd`. to qemu `-initrd`.
* `random_hostname` - To create a domain name with extra information on the end * `random_hostname` - To create a domain name with extra information on the end
to prevent hostname conflicts. 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 * `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`. 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. * `graphics_type` - Sets the protocol used to expose the guest display.