From 530e80380f88fc35078973a253f88b94528ad9f5 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 7 Apr 2014 20:19:38 +0100 Subject: [PATCH] Update readme with info required to identify new distributions. --- README.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8d22a9f..4c17c62 100644 --- a/README.rst +++ b/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