]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toaster-manual: add instructions to create user
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 12 Jul 2016 17:23:28 +0000 (10:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jul 2016 14:04:50 +0000 (15:04 +0100)
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>
documentation/toaster-manual/toaster-manual-setup-and-use.xml

index d7ab8ab1c70bec319ff6c6c99e33b3936d16f8b2..b9c51d69ac6a2f8c7d6de78b8c1bdfc6488f9c8c 100644 (file)
               <orderedlist>
                   <listitem><para>
                       Create toaster user and set its home directory to
-                      <filename>/var/www/toaster</filename>.
-                      Change to that home directory:
+                      <filename>/var/www/toaster</filename>:
                       <literallayout class='monospaced'>
     $ sudo /usr/sbin/useradd toaster -md /var/www/toaster -s /bin/false
     $ sudo su - toaster -s /bin/bash