From 89d0896b970da412176fcb92a0c791295c1ffa5f Mon Sep 17 00:00:00 2001
From: Gregory Haynes <greg@greghaynes.net>
Date: Mon, 6 Jul 2015 18:25:42 +0000
Subject: [PATCH] Document our supported distributions

Before we commit to supporting a set of distributions, we should
document what they are.

Change-Id: I076c326ec0eb4d1640a4229c0dfebd3d2cc880b4
---
 doc/source/user_guide/index.rst             |  1 +
 doc/source/user_guide/supported_distros.rst | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 doc/source/user_guide/supported_distros.rst

diff --git a/doc/source/user_guide/index.rst b/doc/source/user_guide/index.rst
index bb1efae14..025f50081 100644
--- a/doc/source/user_guide/index.rst
+++ b/doc/source/user_guide/index.rst
@@ -4,5 +4,6 @@ User Guide
 .. toctree::
    :maxdepth: 1
 
+   supported_distros
    installation
    building_an_image
diff --git a/doc/source/user_guide/supported_distros.rst b/doc/source/user_guide/supported_distros.rst
new file mode 100644
index 000000000..49babbee6
--- /dev/null
+++ b/doc/source/user_guide/supported_distros.rst
@@ -0,0 +1,19 @@
+Supported Distributions
+=======================
+
+Distributions which are supported as a build host:
+
+- Centos 6, 7
+- Debian 8 ("jessie")
+- Fedora 20, 21, 22
+- RHEL 6, 7
+- Ubuntu 14.04 ("trusty")
+
+
+Distributions which are supported as a target for an image:
+
+  - Centos 6, 7
+  - Debian 8 ("jessie")
+  - Fedora 20, 21, 22
+  - RHEL 6, 7
+  - Ubuntu 12.04 ("precise"), 14.04 ("trusty")