Document our supported distributions

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

Change-Id: I076c326ec0eb4d1640a4229c0dfebd3d2cc880b4
This commit is contained in:
Gregory Haynes 2015-07-06 18:25:42 +00:00
parent 96c134b429
commit 89d0896b97
2 changed files with 20 additions and 0 deletions

View File

@ -4,5 +4,6 @@ User Guide
.. toctree::
:maxdepth: 1
supported_distros
installation
building_an_image

View File

@ -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")