mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-15 17:20:20 +00:00
Add note about best-effort support for non-lts ubuntu releases to README
This commit is contained in:
parent
20d88f2f1f
commit
cb87b7d0bd
1 changed files with 14 additions and 0 deletions
14
README.rst
14
README.rst
|
@ -255,6 +255,20 @@ Ubuntu and derivatives
|
|||
- Trisquel GNU/Linux 6 (based on Ubuntu 12.04)
|
||||
- Ubuntu 12.04/14.04/16.04
|
||||
|
||||
Ubuntu Best Effort Support: Non-LTS releases
|
||||
|
||||
This script provides best-effort support for current, non-LTS
|
||||
Ubuntu releases. If package repositories are not provided on
|
||||
[repo.saltstack.com](http://repo.saltstack.com/#ubuntu) for
|
||||
the non-LTS release, the bootstrap script will attempt to
|
||||
install the packages for the most closely related LTS Ubuntu
|
||||
release instead.
|
||||
|
||||
For example, when installing Salt on Ubuntu 16.10, the bootstrap
|
||||
script will setup the repository for Ubuntu 16.04 from
|
||||
[repo.saltstack.com](http://repo.saltstack.com/#ubuntu) and
|
||||
install the 16.04 packages.
|
||||
|
||||
|
||||
Other Linux distro
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Reference in a new issue