Commit 211817c7 authored by Chris Bednarski's avatar Chris Bednarski

Fix formatting for code block in docs

parent d2d4ce77
...@@ -19,13 +19,11 @@ image). ...@@ -19,13 +19,11 @@ image).
When exporting from VirtualBox make sure to choose OVF Version 2, since Version When exporting from VirtualBox make sure to choose OVF Version 2, since Version
1 is not compatible and will generate errors like this: 1 is not compatible and will generate errors like this:
==> virtualbox-ovf: Progress state: VBOX\_E\_FILE\_ERROR ==> ==> virtualbox-ovf: Progress state: VBOX_E_FILE_ERROR
virtualbox-ovf: VBoxManage: error: Appliance read failed ==> virtualbox-ovf: ==> virtualbox-ovf: VBoxManage: error: Appliance read failed
VBoxManage: error: Error reading "source.ova": element "Section" has no "type" ==> virtualbox-ovf: VBoxManage: error: Error reading "source.ova": element "Section" has no "type" attribute, line 21
attribute, line 21 ==> virtualbox-ovf: VBoxManage: error: Details: code ==> virtualbox-ovf: VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance
VBOX\_E\_FILE\_ERROR (0x80bb0004), component Appliance, interface IAppliance ==> virtualbox-ovf: VBoxManage: error: Context: "int handleImportAppliance(HandlerArg*)" at line 304 of file VBoxManageAppliance.cpp
==> virtualbox-ovf: VBoxManage: error: Context: "int
handleImportAppliance(HandlerArg\*)" at line 304 of file VBoxManageAppliance.cpp
The builder builds a virtual machine by importing an existing OVF or OVA file. The builder builds a virtual machine by importing an existing OVF or OVA file.
It then boots this image, runs provisioners on this new VM, and exports that VM It then boots this image, runs provisioners on this new VM, and exports that VM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment