mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Add list of supported builds
This commit is contained in:
parent
f9eb11b5cb
commit
61dc50ae23
2 changed files with 74 additions and 0 deletions
|
@ -8,6 +8,7 @@ bootstrap-vz
|
|||
manifest
|
||||
providers/index
|
||||
plugins/index
|
||||
supported_builds
|
||||
logging
|
||||
changelog
|
||||
developers/index
|
||||
|
|
73
docs/supported_builds.rst
Normal file
73
docs/supported_builds.rst
Normal 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
|
||||
========================== ================= ================= =================
|
Loading…
Add table
Reference in a new issue