File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 2016.08.15:
2+ * Remove chris-lea python-zmq repo. (rallytime) #929
3+ * Disable the '--enablerepo=${_EPEL_REPO}' part of yum install cmds when passing -R/-r. (rallytime) #928
4+ * Fix grep pattern in `__check_services_sysvinit`. (vutny) #927
5+ * Missing python dependency for salt-cloud added. (toanju) #925
6+ * Fix git install mode when using commit hash with `-g` option. (vutny) #922
7+ * Install `salt-cloud` package with `-L` option in `stable` mode. (vutny) #919
8+ * Fix bootstrapping from Git on CentOS7 when `systemd` is not running. (vutny) #915
9+
110Version 2016.07.07:
211 * Add new contributors to authors list. (rallytime) #910
312 * Split up python-requests and python-msgpack packages for newer Fedora. (rallytime) #909
Original file line number Diff line number Diff line change @@ -211,6 +211,19 @@ Debian and derivatives
211211- Debian GNU/Linux 7/8
212212- Linux Mint Debian Edition 1 (based on Debian 8)
213213- Kali Linux 1.0 (based on Debian 7)
214+ - Raspbian 8 (limited support for ``armhf `` architecture, see the note below)
215+
216+ .. note ::
217+
218+ Installation of Salt packages on Debian 8 based distribution from repo.saltstack.com repository
219+ is currently supported for ``amd64 `` (``x86-64 ``) and ``armhf `` architechtures ONLY. Use ``git ``
220+ bootstrap mode as described above to install Salt on other architechtures, such as ``i386 `` or
221+ ``armel ``. You also may need to disable repository configuration and allow ``pip `` installations
222+ by providing ``-r `` and ``-P `` options to the bootstrap script, i.e.:
223+
224+ .. code :: console
225+
226+ wget -O - https://bootstrap.saltstack.com | sudo sh -s -- -r -P git develop
214227
215228
216229 Red Hat family
@@ -287,7 +300,6 @@ are not developed yet:
287300
288301**Linux **:
289302
290- - Raspbian (detected as Debian)
291303- Slackware
292304
293305**SunOS **
@@ -538,6 +550,6 @@ Salt is ready and working in the Docker container with Minion authenticated on M
538550
539551.. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=2 sw=2 et
540552
541- .. |windows_build | image :: https://ci.appveyor.com/api/projects/status/github/themalkolm /salt-bootstrap?branch=develop&svg=true
542- :target: https://ci.appveyor.com/project/themalkolm /salt-bootstrap
553+ .. |windows_build | image :: https://ci.appveyor.com/api/projects/status/github/saltstack /salt-bootstrap?branch=develop&svg=true
554+ :target: https://ci.appveyor.com/project/saltstack-public /salt-bootstrap
543555 :alt: Build status of the develop branch on Windows
You can’t perform that action at this time.
0 commit comments