[DRE-commits] [vagrant-libvirt] 49/67: Added entries in README.md
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Apr 24 13:56:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag 0.0.14
in repository vagrant-libvirt.
commit 10218330306430e9a15c1064e170375b5877748d
Author: Matt <mattator at gmail.com>
Date: Tue Jan 7 19:33:45 2014 +0100
Added entries in README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index b8dfdd1..0b1596d 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,10 @@ This provider exposes quite a few provider-specific configuration options:
* `nested` - [Enable nested virtualization](https://github.com/torvalds/linux/blob/master/Documentation/virtual/kvm/nested-vmx.txt). Default is false.
* `cpu_mode` - What cpu mode to use for nested virtualization. Defaults to 'host-model' if not set.
* `volume_cache` - Controls the cache mechanism. Possible values are "default", "none", "writethrough", "writeback", "directsync" and "unsafe". [See driver->cache in libvirt documentation](http://libvirt.org/formatdomain.html#elementsDisks).
+* `kernel` - To launch the guest with a kernel residing on host filesystems (Equivalent to qemu `-kernel`)
+* `initrd` - To specify the initramfs/initrd to use for the guest (Equivalent to qemu `-initrd`)
+* `cmd_line` - Arguments passed on to the guest kernel initramfs or initrd to use (Equivalent to qemu `-append`)
+
Specific domain settings can be set for each domain separately in multi-VM
environment. Example below shows a part of Vagrantfile, where specific options
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git
More information about the Pkg-ruby-extras-commits
mailing list