Skip to content

Commit cad8492

Browse files
ailun258dbkinder
authored andcommitted
enable weston to fix: #663
add user and enable weston service to fix issue: #663
1 parent f2a3e1f commit cad8492

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/getting-started/apl-nuc.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,21 @@ partition. Follow these steps:
231231
# clr-boot-manager set-timeout 20
232232
# clr-boot-manager update
233233
234+
#. Add new user
235+
236+
.. code-block:: console
237+
238+
# useradd cl-sos
239+
# passwd cl-sos
240+
# usermod -G wheel -a cl-sos
241+
242+
#. Enable weston service
243+
244+
.. code-block:: console
245+
246+
# systemctl enable weston@cl-sos
247+
# systemctl start weston@cl-sos
248+
234249
#. Reboot and select "The ACRN Service OS" to boot, as shown below:
235250

236251

0 commit comments

Comments
 (0)