From cad8492a12b052e393730fec86bba9619da6c081 Mon Sep 17 00:00:00 2001 From: "ailin,yang" Date: Wed, 15 Aug 2018 14:12:42 +0800 Subject: [PATCH] enable weston to fix: #663 add user and enable weston service to fix issue: #663 --- doc/getting-started/apl-nuc.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/getting-started/apl-nuc.rst b/doc/getting-started/apl-nuc.rst index 2cdc93731..f22be7abb 100644 --- a/doc/getting-started/apl-nuc.rst +++ b/doc/getting-started/apl-nuc.rst @@ -231,6 +231,21 @@ partition. Follow these steps: # clr-boot-manager set-timeout 20 # 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: