Skip to content

Commit

Permalink
update user name cl_sos
Browse files Browse the repository at this point in the history
verified again, with user name cl-sos. it doesn't work to fix projectacrn#663 
but cl_sos is working, so update the user name to cl_sos.  that means 
clear has naming rules for user name
  • Loading branch information
ailun258 authored and junjunshan1 committed Sep 3, 2018
1 parent dfe25d7 commit d92dca5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/getting-started/apl-nuc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,16 +235,16 @@ partition. Follow these steps:

.. code-block:: console
# useradd cl-sos
# passwd cl-sos
# usermod -G wheel -a cl-sos
# useradd cl_sos
# passwd cl_sos
# usermod -G wheel -a cl_sos
#. Enable weston service

.. code-block:: console
# systemctl enable weston@cl-sos
# systemctl start weston@cl-sos
# systemctl enable weston@cl_sos
# systemctl start weston@cl_sos
#. Reboot and select "The ACRN Service OS" to boot, as shown below:

Expand Down

0 comments on commit d92dca5

Please sign in to comment.