diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-07-12 10:23:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 15:04:50 +0100 |
commit | 4b3c59509ca87680af776af5ea1b46bb9c0231e5 (patch) | |
tree | adb557a6b2187010acb805f7d2868dac6017d22b /documentation | |
parent | 14194fa66ce1d14d29555d547924d6fe2e4e24e2 (diff) | |
download | poky-4b3c59509ca87680af776af5ea1b46bb9c0231e5.tar.gz |
toaster-manual: add instructions to create user
Creating separate toaster account would make production setup
more isolated and maintainable.
(From yocto-docs rev: 50ed20ad881da8d454a520903dadff20c5011fae)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index d7ab8ab1c7..b9c51d69ac 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml | |||
@@ -244,8 +244,7 @@ | |||
244 | <orderedlist> | 244 | <orderedlist> |
245 | <listitem><para> | 245 | <listitem><para> |
246 | Create toaster user and set its home directory to | 246 | Create toaster user and set its home directory to |
247 | <filename>/var/www/toaster</filename>. | 247 | <filename>/var/www/toaster</filename>: |
248 | Change to that home directory: | ||
249 | <literallayout class='monospaced'> | 248 | <literallayout class='monospaced'> |
250 | $ sudo /usr/sbin/useradd toaster -md /var/www/toaster -s /bin/false | 249 | $ sudo /usr/sbin/useradd toaster -md /var/www/toaster -s /bin/false |
251 | $ sudo su - toaster -s /bin/bash | 250 | $ sudo su - toaster -s /bin/bash |