From 86476ecc2aae4eddb54849cbd5866cfe8df46efb Mon Sep 17 00:00:00 2001 From: Phi|eas |ebada Date: Mon, 8 May 2017 13:57:07 +0200 Subject: [PATCH] Explain `cmd_line` little further --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b135119..12e8d40 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ end * `random_hostname` - To create a domain name with extra information on the end to prevent hostname conflicts. * `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. Defaults to `vnc`. Possible values are "sdl", "curses", "none", "gtk", "vnc" or "spice".