From 790f2d66bba2eaff5dddc57a84d388e7dd45ed55 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Sun, 7 Feb 2016 17:57:44 -0200 Subject: [PATCH] Update supported builds - Remove mentions to squeeze, as it isn't supported since yesterday[1] - Add 'known working builds' section This closes #266. [1]: https://www.debian.org/releases/squeeze/ --- docs/supported_builds.rst | 61 ++++++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/docs/supported_builds.rst b/docs/supported_builds.rst index 3b03ba7..f76d214 100644 --- a/docs/supported_builds.rst +++ b/docs/supported_builds.rst @@ -3,23 +3,22 @@ Supported builds The following is a list of supported manifest combinations. +Bootloaders and partitions +-------------------------- + 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) -~~~~~~~~~~~~~~~~~~~~~ +EBS +___ ========================== ================= ================= ================= Bootloader / Partitioning none msdos gpt @@ -29,19 +28,8 @@ EBS (wheezy & jessie) 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) -~~~~~~~~~~~~~~~~~ +S3 +__ ========================== ================= ================= ================= Bootloader / Partitioning none msdos gpt @@ -51,19 +39,27 @@ S3 (all releases) grub (hvm) *not supported* *not implemented* *not implemented* ========================== ================= ================= ================= + GCE ---- +~~~ TODO + KVM ---- +~~~ + +TODO + + +Oracle +~~~~~~ TODO VirtualBox ----------- +~~~~~~~~~~ ========================== ================= ================= ================= Bootloader / Partitioning none msdos gpt @@ -71,3 +67,20 @@ VirtualBox 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 +Jessie GCE ``amd64`` Zach Marano (and GCE Team) +Jessie KVM ``arm64`` Clark Laughlin +Jessie Oracle ``amd64`` Tiago Ilieve +======= ======== ============ ==========================