1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Supported builds
================
The following is a list of supported manifest combinations.
Bootloaders and partitions
--------------------------
Note that grub cannot boot from unpartitioned volumes.
Azure
~~~~~
TODO
EC2
~~~
EBS
___
========================== ================= ================= =================
Bootloader / Partitioning none msdos gpt
========================== ================= ================= =================
pvgrub (paravirtualized) supported supported supported
extlinux (hvm) supported supported supported
grub (hvm) *not supported* supported supported
========================== ================= ================= =================
S3
__
========================== ================= ================= =================
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
Oracle
~~~~~~
TODO
VirtualBox
~~~~~~~~~~
========================== ================= ================= =================
Bootloader / Partitioning none msdos gpt
========================== ================= ================= =================
extlinux supported supported supported
grub *not supported* supported supported
========================== ================= ================= =================
Known working builds
--------------------
The following is a list of supported releases, providers and architectures
combination. We know that they are working because there's someone working
on them.
======= ======== ============ ===========================================================
Release Provider Architecture Person
======= ======== ============ ===========================================================
Jessie EC2 ``amd64`` `James Bromberger <https://github.com/JamesBromberger>`__
Jessie GCE ``amd64`` `Zach Marano <https://github.com/zmarano>`__ (and GCE Team)
Jessie KVM ``arm64`` `Clark Laughlin <https://github.com/clarktlaugh>`__
Jessie Oracle ``amd64`` `Tiago Ilieve <https://github.com/myhro>`__
======= ======== ============ ===========================================================
|