enable weston to fix: #663

add user and enable weston service to fix issue: #663
This commit is contained in:
ailin,yang 2018-08-15 14:12:42 +08:00 committed by David Kinder
parent f2a3e1fb76
commit cad8492a12
1 changed files with 15 additions and 0 deletions

View File

@ -231,6 +231,21 @@ partition. Follow these steps:
# clr-boot-manager set-timeout 20 # clr-boot-manager set-timeout 20
# clr-boot-manager update # clr-boot-manager update
#. Add new user
.. code-block:: console
# 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
#. Reboot and select "The ACRN Service OS" to boot, as shown below: #. Reboot and select "The ACRN Service OS" to boot, as shown below: