doc(topic/bootstrap): document -i CLI option

It was added in https://github.com/saltstack/salt-bootstrap/pull/348.
This commit is contained in:
Jens Rantil 2014-03-23 14:14:40 +01:00
parent 1fa78b88d6
commit 3c5ab353e1

View File

@ -183,6 +183,8 @@ Here's a summary of the command line options (and how check them against
example, pass '--no-check-certificate' to 'wget' or '--insecure' to 'curl'
-A Pass the salt-master DNS name or IP. This will be stored under
${BS_SALT_ETC_DIR}/minion.d/99-master-address.conf
-i Pass the salt-minion id. This will be stored under
${BS_SALT_ETC_DIR}/minion_id
-L Install the Apache Libcloud package if possible(required for salt-cloud)
-p Extra-package to install while installing salt dependencies. One package
per -p flag. You're responsible for providing the proper package name.