mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Added docs to README about Debian testing best-effort support
This commit is contained in:
parent
08043547d7
commit
faaeb9cede
1 changed files with 12 additions and 0 deletions
12
README.rst
12
README.rst
|
@ -274,6 +274,17 @@ release instead.
|
|||
For example, when installing Salt on Ubuntu 16.10, the bootstrap script will setup the repository
|
||||
for Ubuntu 16.04 from `SaltStack's Ubuntu repository`_ and install the 16.04 packages.
|
||||
|
||||
Debian Best Effort Suppot: Testing Release
|
||||
******************************************
|
||||
|
||||
This script provides best-effort support for the upcoming Debian testing release. Package
|
||||
repositories are not provided on `SaltStack's Debian repository`_ for Debian testing releases.
|
||||
However, the bootstrap script will attempt to install the packages for the current stable
|
||||
version of Debian.
|
||||
|
||||
For example, when installing Salt on Debian 10 (Buster), the bootstrap script will setup the
|
||||
repository for Debian 9 (Stretch) from `SaltStack's Debian repository`_ and install the
|
||||
Debian 9 packages.
|
||||
|
||||
Other Linux distro
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
@ -565,6 +576,7 @@ Salt is ready and working in the Docker container with Minion authenticated on M
|
|||
.. _`Salt`: https://saltstack.com/community/
|
||||
.. _`Salt's Supported Operating Systems`: http://saltstack.com/wp-content/uploads/2016/08/SaltStack-Supported-Operating-Systems.pdf
|
||||
.. _`SaltStack's corporate repository`: https://repo.saltstack.com/
|
||||
.. _`SaltStack's Debian repository`: http://repo.saltstack.com/#debian
|
||||
.. _`SaltStack's Ubuntu repository`: http://repo.saltstack.com/#ubuntu
|
||||
.. _Vagrant: http://www.vagrantup.com
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue