From 6491abd05d580bef2fe19327251588aeb28c9d0d Mon Sep 17 00:00:00 2001 From: Denys Havrysh Date: Thu, 14 Jul 2016 18:18:34 +0300 Subject: [PATCH] Update README about supported architectures on Debian 8 --- README.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b136cde..33e7763 100644 --- a/README.rst +++ b/README.rst @@ -211,12 +211,19 @@ Debian and derivatives - Debian GNU/Linux 7/8 - Linux Mint Debian Edition 1 (based on Debian 8) - Kali Linux 1.0 (based on Debian 7) +- Raspbian 8 (limited support for ``armhf`` architecture, see the note below) .. note:: - Installation of Salt packages on Debian distribution from repo.saltstack.com repository is - currently supported for ``amd64`` (``x86-64``) architechture ONLY. Use ``git`` bootstrap - mode as mentioned above to install Salt on other architechtures, such as ``i386`` or ``armel``. + Installation of Salt packages on Debian 8 based distribution from repo.saltstack.com repository + is currently supported for ``amd64`` (``x86-64``) and ``armhf`` architechtures ONLY. Use ``git`` + bootstrap mode as described above to install Salt on other architechtures, such as ``i386`` or + ``armel``. You also may need to disable repository configuration and allow ``pip`` installations + by providing ``-r`` and ``-P`` options to the bootstrap script, i.e.: + + .. code:: console + + wget -O - https://bootstrap.saltstack.com | sudo sh -s -- -r -P git develop Red Hat family @@ -293,7 +300,6 @@ are not developed yet: **Linux**: -- Raspbian (detected as Debian) - Slackware **SunOS**