enable weston to fix: #663
add user and enable weston service to fix issue: #663
This commit is contained in:
parent
f2a3e1fb76
commit
cad8492a12
|
@ -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:
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue