We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a3e1f commit cad8492Copy full SHA for cad8492
doc/getting-started/apl-nuc.rst
@@ -231,6 +231,21 @@ partition. Follow these steps:
231
# clr-boot-manager set-timeout 20
232
# clr-boot-manager update
233
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
245
246
+ # systemctl enable weston@cl-sos
247
+ # systemctl start weston@cl-sos
248
249
#. Reboot and select "The ACRN Service OS" to boot, as shown below:
250
251
0 commit comments