mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-15 17:20:20 +00:00
Update readme with info required to identify new distributions.
This commit is contained in:
parent
3fa483d4c0
commit
530e80380f
1 changed files with 15 additions and 1 deletions
16
README.rst
16
README.rst
|
@ -393,9 +393,23 @@ If after trying this, you still see the same problems, then, please `file an iss
|
|||
.. _`Salt`: http://saltstack.org/
|
||||
.. _`file an issue`: https://github.com/saltstack/salt-bootstrap/issues/new
|
||||
|
||||
|
||||
Unsupported Distro
|
||||
------------------
|
||||
|
||||
You found out a Linux distribution which we still do not support or we do not correctly identify?
|
||||
Please run the following commands when creating a ticket:
|
||||
|
||||
.. code:: console
|
||||
|
||||
sudo find /etc/ -name '*-release' -print -exec cat {} \;
|
||||
which lsb_release && lsb_release -a
|
||||
|
||||
|
||||
Testing in Vagrant
|
||||
------------------
|
||||
You can use Vagrant_ to easily test changes on a clean machine. The ``Vagrantfile`` defaults to an Ubuntu box. First, install Vagrant, then::
|
||||
You can use Vagrant_ to easily test changes on a clean machine. The ``Vagrantfile`` defaults to an
|
||||
Ubuntu box. First, install Vagrant, then::
|
||||
|
||||
$ vagrant up
|
||||
$ vagrant ssh
|
||||
|
|
Loading…
Add table
Reference in a new issue