summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-02-14 12:01:30 -0600
committerJohn Klug <john.klug@multitech.com>2017-02-16 12:43:03 -0600
commit5fa3832772dba99113e08eab058823aa20f2498c (patch)
tree6095766216e7388f42e42600f7f80189ccdf2435
parent66f58caba4ee4b091f13a69a799afe1b8b621750 (diff)
downloadmlinux-5fa3832772dba99113e08eab058823aa20f2498c.tar.gz
mlinux-5fa3832772dba99113e08eab058823aa20f2498c.tar.bz2
mlinux-5fa3832772dba99113e08eab058823aa20f2498c.zip
README root password setup.sh
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 6051400..4dc98fc 100644
--- a/README
+++ b/README
@@ -47,6 +47,16 @@ the software inside your $HOME dir as a normal user.
# initialize git submodules and setup dir structure
./setup.sh
+ # setup.sh generates a random root password, and places the
+ # password in conf/local.conf and password.txt
+ #
+ # To specify a password use an environmental variable,
+ # ROOT_PASSWORD
+ ROOT_PASSWORD="3g_t1zX0" ./setup.sh
+ #
+ # To change the password, remove ROOT_PASSWORD and
+ # ROOT_PASSWORD_HASH from conf/local.conf and re-run:
+ ROOT_PASSWORD="Y5bG3m_2" ./setup.sh
# setup environment
source env-oe.sh