mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #775 from norpol/patch-1
Explain `cmd_line` little further
This commit is contained in:
commit
a1158df90a
@ -313,7 +313,7 @@ end
|
|||||||
* `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.
|
||||||
* `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`.
|
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.
|
||||||
Defaults to `vnc`. Possible values are "sdl", "curses", "none", "gtk", "vnc"
|
Defaults to `vnc`. Possible values are "sdl", "curses", "none", "gtk", "vnc"
|
||||||
or "spice".
|
or "spice".
|
||||||
|
Loading…
Reference in New Issue
Block a user