diff --git a/docs/index.rst b/docs/index.rst index 4056a36..058b355 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,6 +8,7 @@ bootstrap-vz manifest providers/index plugins/index + supported_builds logging changelog developers/index diff --git a/docs/supported_builds.rst b/docs/supported_builds.rst new file mode 100644 index 0000000..3b03ba7 --- /dev/null +++ b/docs/supported_builds.rst @@ -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 +========================== ================= ================= =================