Update Image Guide for Newton

While updating the install guide, noticed two omissions in the
Image Guide:
- 'vhdx' disk_format was added in Newton with change
  I4e172c78d7afeb8be5a0123238efe3d8e4b044c9
- 'ova' container_format (was added a long time ago!)

Change-Id: I3bbc84023929da94c81806245987147b9757c43a
This commit is contained in:
Brian Rosmaita 2016-09-15 18:34:37 -04:00
parent 403b7ef963
commit 9015ad6054
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,9 @@ vdi
vhd
The VHD disk format, a common disk format used by virtual
machine monitors from VMware, Xen, Microsoft, VirtualBox, and others.
vhdx
The VHDX disk format, an enhanced version of the VHD format, which
supports larger disk sizes among other features.
vmdk
Common disk format supported by many common virtual machine monitors.
@ -63,5 +66,7 @@ bare
The image does not have a container or metadata envelope.
docker
A docker container format.
ova
An OVF package in a tarfile.
ovf
The OVF container format.