From bf8ce6ee5f98d3243ae630dc758119aa4e9c4a11 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 6 Jul 2015 23:11:15 -0600 Subject: [PATCH] website/docs: clarify hyper-v box creation [GH-5419] --- website/docs/source/v2/hyperv/boxes.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/source/v2/hyperv/boxes.html.md b/website/docs/source/v2/hyperv/boxes.html.md index bf4afa9ea..4a0055ffe 100644 --- a/website/docs/source/v2/hyperv/boxes.html.md +++ b/website/docs/source/v2/hyperv/boxes.html.md @@ -91,3 +91,11 @@ $ tar cvzf ~/custom.box ./* A common mistake is to also package the parent folder by accident. Vagrant will not work in this case. To verify you've packaged it properly, add the box to Vagrant and try to bring up the machine. + +## Additional Help + +There is also some less structured help available from the experience of +other users. These aren't official documentation but if you're running +into trouble they may help you: + + * [Ubuntu 14.04.2 without secure boot](https://github.com/mitchellh/vagrant/issues/5419#issuecomment-86235427)