From 7466b8e026748c3066092562324331183880f90e Mon Sep 17 00:00:00 2001 From: Brad Searle Date: Sun, 12 Aug 2018 10:00:34 +1000 Subject: [PATCH] add default_prefix domain option docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0a49240..24f9a90 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,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 + `_`. 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.