Skip to content
Snippets Groups Projects
Commit 75abd94b authored by Bob Lantz's avatar Bob Lantz
Browse files

Add #streamOptimized to fix .ovf for VirtualBox 4.3.2

fixes #261
parent 55e48112
No related branches found
No related tags found
No related merge requests found
...@@ -586,7 +586,7 @@ def convert( cow, basename ): ...@@ -586,7 +586,7 @@ def convert( cow, basename ):
<Info>Virtual disk information</Info> <Info>Virtual disk information</Info>
<Disk ovf:capacity="%d" ovf:capacityAllocationUnits="byte" <Disk ovf:capacity="%d" ovf:capacityAllocationUnits="byte"
ovf:diskId="vmdisk1" ovf:fileRef="file1" ovf:diskId="vmdisk1" ovf:fileRef="file1"
ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html"/> ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized"/>
</DiskSection> </DiskSection>
<NetworkSection> <NetworkSection>
<Info>The list of logical networks</Info> <Info>The list of logical networks</Info>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment