Commit 7f69540a authored by Mukesh Agrawal's avatar Mukesh Agrawal Committed by Commit Bot

[Fuchsia] update build documentation

Add explicit instructions on how to add a userid to
the `kvm` group.

Bug: None
Change-Id: Iea1432c2213a9b8f1b5875c91727963e83cc747a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097158
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: default avatarScott Graham <scottmg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749205}
parent 70dd3e99
...@@ -190,6 +190,11 @@ $ sudo apt-get install qemu-system-common ...@@ -190,6 +190,11 @@ $ sudo apt-get install qemu-system-common
``` ```
3. Add users to the "kvm" group, and have them login again, to pick-up the new 3. Add users to the "kvm" group, and have them login again, to pick-up the new
group. group.
```shell
$ sudo adduser <user> kvm
$ exit
[log in again]
```
### Running test suites ### Running test suites
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment