Add note about best-effort support for non-lts ubuntu releases to README

This commit is contained in:
rallytime 2017-01-04 11:08:04 -05:00
parent 20d88f2f1f
commit cb87b7d0bd

View file

@ -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
~~~~~~~~~~~~~~~~~~