Add list of supported builds

This commit is contained in:
Anders Ingemann 2015-04-16 23:00:35 +02:00
parent f9eb11b5cb
commit 61dc50ae23
2 changed files with 74 additions and 0 deletions

View file

@ -8,6 +8,7 @@ bootstrap-vz
manifest
providers/index
plugins/index
supported_builds
logging
changelog
developers/index

73
docs/supported_builds.rst Normal file
View file

@ -0,0 +1,73 @@
Supported builds
================
The following is a list of supported manifest combinations.
Note that grub cannot boot from unpartitioned volumes.
Additionally grub installation is not supported on *squeeze*.
This is not a technical limitation, but simply stems from a
lack of motivation to implement support for it.
Azure
-----
TODO
EC2
---
EBS (wheezy & jessie)
~~~~~~~~~~~~~~~~~~~~~
========================== ================= ================= =================
Bootloader / Partitioning none msdos gpt
========================== ================= ================= =================
pvgrub (paravirtualized) supported supported supported
extlinux (hvm) supported supported supported
grub (hvm) *not supported* supported supported
========================== ================= ================= =================
EBS (squeeze)
~~~~~~~~~~~~~
========================== ================= ================= =================
Bootloader / Partitioning none msdos gpt
========================== ================= ================= =================
pvgrub (paravirtualized) supported supported supported
extlinux (hvm) supported supported supported
grub (hvm) *not supported* *not implemented* *not implemented*
========================== ================= ================= =================
S3 (all releases)
~~~~~~~~~~~~~~~~~
========================== ================= ================= =================
Bootloader / Partitioning none msdos gpt
========================== ================= ================= =================
pvgrub (paravirtualized) supported *not implemented* *not implemented*
extlinux (hvm) *not implemented* *not implemented* *not implemented*
grub (hvm) *not supported* *not implemented* *not implemented*
========================== ================= ================= =================
GCE
---
TODO
KVM
---
TODO
VirtualBox
----------
========================== ================= ================= =================
Bootloader / Partitioning none msdos gpt
========================== ================= ================= =================
extlinux supported supported supported
grub *not supported* supported supported
========================== ================= ================= =================