mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7354 from Icinga/feature/docs-setup-raspbian
Docs: Mention that Raspbian 4+ / Debian Buster is required
This commit is contained in:
commit
56bfc7bb5a
|
@ -19,7 +19,7 @@ Official repositories ([support matrix](https://icinga.com/support/details/)):
|
||||||
------------------------|---------------------------
|
------------------------|---------------------------
|
||||||
Debian | [Icinga Repository](https://packages.icinga.com/debian/)
|
Debian | [Icinga Repository](https://packages.icinga.com/debian/)
|
||||||
Ubuntu | [Icinga Repository](https://packages.icinga.com/ubuntu/)
|
Ubuntu | [Icinga Repository](https://packages.icinga.com/ubuntu/)
|
||||||
Raspbian | [Icinga Repository](https://packages.icinga.com/raspbian/)
|
Raspbian | [Icinga Repository](https://packages.icinga.com/raspbian/). Note that **Raspbian 4+ `icinga-buster` is required.**
|
||||||
RHEL/CentOS | [Icinga Repository](https://packages.icinga.com/epel/)
|
RHEL/CentOS | [Icinga Repository](https://packages.icinga.com/epel/)
|
||||||
openSUSE | [Icinga Repository](https://packages.icinga.com/openSUSE/)
|
openSUSE | [Icinga Repository](https://packages.icinga.com/openSUSE/)
|
||||||
SLES | [Icinga Repository](https://packages.icinga.com/SUSE/)
|
SLES | [Icinga Repository](https://packages.icinga.com/SUSE/)
|
||||||
|
@ -83,7 +83,7 @@ wget -O - https://packages.icinga.com/icinga.key | apt-key add -
|
||||||
apt-get update
|
apt-get update
|
||||||
```
|
```
|
||||||
|
|
||||||
Raspbian:
|
Raspbian 4+ / `icinga-buster`:
|
||||||
|
|
||||||
```
|
```
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
|
@ -18,6 +18,10 @@ EOL distributions where no packages are available with this release:
|
||||||
* Ubuntu 14 LTS
|
* Ubuntu 14 LTS
|
||||||
* RHEL/CentOS 6 x86
|
* RHEL/CentOS 6 x86
|
||||||
|
|
||||||
|
Raspbian Packages for Debian Buster (Raspbian 4) are available.
|
||||||
|
Please note that Stretch is not supported suffering from compiler
|
||||||
|
regressions. Upgrade to Raspbian 4+ is highly recommended.
|
||||||
|
|
||||||
#### Added: Boost 1.66+
|
#### Added: Boost 1.66+
|
||||||
|
|
||||||
The rewrite of our core network stack for cluster and REST API
|
The rewrite of our core network stack for cluster and REST API
|
||||||
|
|
Loading…
Reference in New Issue