From 847e28e075d09397e44e64ed33b35f49f9413a35 Mon Sep 17 00:00:00 2001 From: bcambl Date: Thu, 7 Mar 2019 07:26:06 -0600 Subject: [PATCH 1/3] add architectures to support matrix Signed-off-by: bcambl --- docs/main/prerequesites.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/main/prerequesites.md b/docs/main/prerequesites.md index 4b5753b..3542ef1 100644 --- a/docs/main/prerequesites.md +++ b/docs/main/prerequesites.md @@ -11,11 +11,13 @@ Any hardware that runs one of the supported operating systems will do! The following operating systems are **officially** supported: -- Raspbian: Jessie / Stretch -- Ubuntu: 16.04 / 16.10 -- Fedora: 28 / 29 -- Debian: 8 / 9 -- CentOS: 7 (not ARM) +| Distribution | Release | Architecture | +| ------------ | ---------------- | ------------------- | +| Raspbian | Jessie / Stretch | ARM | +| Ubuntu | 16.04 / 16.10 | ARM / x86_64 | +| Debian | 8 / 9 | ARM / x86_64 / i386 | +| Fedora | 28 / 29 | ARM / x86_64 | +| CentOS | 7 | x86_64 | ### IP Addressing From bafcfe42c345feec03feda3f4f1cd1969d749fed Mon Sep 17 00:00:00 2001 From: bcambl Date: Fri, 8 Mar 2019 21:01:45 -0600 Subject: [PATCH 2/3] update supported Ubuntu release Signed-off-by: bcambl --- docs/main/prerequesites.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/main/prerequesites.md b/docs/main/prerequesites.md index 3542ef1..2dbc630 100644 --- a/docs/main/prerequesites.md +++ b/docs/main/prerequesites.md @@ -11,10 +11,10 @@ Any hardware that runs one of the supported operating systems will do! The following operating systems are **officially** supported: -| Distribution | Release | Architecture | +| Distribution | Release | Architecture | | ------------ | ---------------- | ------------------- | | Raspbian | Jessie / Stretch | ARM | -| Ubuntu | 16.04 / 16.10 | ARM / x86_64 | +| Ubuntu | 18.04.1 / 18.10 | ARM / x86_64 | | Debian | 8 / 9 | ARM / x86_64 / i386 | | Fedora | 28 / 29 | ARM / x86_64 | | CentOS | 7 | x86_64 | From be76cbec08e5ea911452057f046b688a2ff5a1d0 Mon Sep 17 00:00:00 2001 From: bcambl Date: Mon, 11 Mar 2019 10:43:32 -0600 Subject: [PATCH 3/3] update Ubuntu support (16.x & 18.x) Signed-off-by: bcambl --- docs/main/prerequesites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/prerequesites.md b/docs/main/prerequesites.md index 2dbc630..6ae546a 100644 --- a/docs/main/prerequesites.md +++ b/docs/main/prerequesites.md @@ -14,7 +14,7 @@ The following operating systems are **officially** supported: | Distribution | Release | Architecture | | ------------ | ---------------- | ------------------- | | Raspbian | Jessie / Stretch | ARM | -| Ubuntu | 18.04.1 / 18.10 | ARM / x86_64 | +| Ubuntu | 16.x / 18.x | ARM / x86_64 | | Debian | 8 / 9 | ARM / x86_64 / i386 | | Fedora | 28 / 29 | ARM / x86_64 | | CentOS | 7 | x86_64 |