From f88f9b3c2a10f664bd0a79c1da47c78cfe6d1929 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 18:29:52 -0800 Subject: [PATCH] website/docs: VirtualBox requires "box.ovf" [GH-5904] --- website/docs/source/v2/virtualbox/boxes.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/virtualbox/boxes.html.md b/website/docs/source/v2/virtualbox/boxes.html.md index 6026369c0..3c8a8330a 100644 --- a/website/docs/source/v2/virtualbox/boxes.html.md +++ b/website/docs/source/v2/virtualbox/boxes.html.md @@ -159,4 +159,4 @@ of the NAT device without colons. When bringing up a VirtualBox backed machine, Vagrant [imports](http://www.virtualbox.org/manual/ch08.html#vboxmanage-import) -the first "ovf" file found in the box contents. +the "box.ovf" file found in the box contents.