From 736ce7b6ab6a13f2e6561b5d274edb4a176a433b Mon Sep 17 00:00:00 2001 From: "Michael A. Smith" Date: Wed, 17 Feb 2016 11:27:06 -0500 Subject: [PATCH] Specify correct name for virtio net nic device With VirtualBox 5.0.14r105127, 'virtio-net' is not a valid name for the option. The correct option appears to be 'virtio'. Signed-off-by: Michael A. Smith --- docs/drivers/virtualbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/virtualbox.md b/docs/drivers/virtualbox.md index cbd0590a6c..04c9acaa1a 100644 --- a/docs/drivers/virtualbox.md +++ b/docs/drivers/virtualbox.md @@ -36,7 +36,7 @@ Options: - `--virtualbox-boot2docker-url`: The URL of the boot2docker image. Defaults to the latest available version. - `--virtualbox-import-boot2docker-vm`: The name of a Boot2Docker VM to import. - `--virtualbox-hostonly-cidr`: The CIDR of the host only adapter. -- `--virtualbox-hostonly-nictype`: Host Only Network Adapter Type. Possible values are are '82540EM' (Intel PRO/1000), 'Am79C973' (PCnet-FAST III) and 'virtio-net' Paravirtualized network adapter. +- `--virtualbox-hostonly-nictype`: Host Only Network Adapter Type. Possible values are are '82540EM' (Intel PRO/1000), 'Am79C973' (PCnet-FAST III) and 'virtio' Paravirtualized network adapter. - `--virtualbox-hostonly-nicpromisc`: Host Only Network Adapter Promiscuous Mode. Possible options are deny , allow-vms, allow-all - `--virtualbox-no-share`: Disable the mount of your home directory - `--virtualbox-dns-proxy`: Proxy all DNS requests to the host (Boolean value, default to false)