Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tails
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Redmine
Redmine
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Tails
tails
Commits
d5609afc
Commit
d5609afc
authored
Dec 22, 2017
by
intrigeri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build doc: document the need for sudo (Closes:
#15055
).
parent
c8e66094
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
wiki/src/contribute/build.mdwn
wiki/src/contribute/build.mdwn
+4
-2
No files found.
wiki/src/contribute/build.mdwn
View file @
d5609afc
...
...
@@ -36,13 +36,15 @@ To build Tails you need:
vmdebootstrap && \
sudo systemctl restart libvirtd
2. Ensure your user is in the relevant groups:
2. Ensure your user can run commands as root with `sudo`.
3. Ensure your user is in the relevant groups:
for group in kvm libvirt libvirt-qemu ; do
sudo adduser "$(whoami)" "$group"
done
3
. Logout and log back in to apply the new group memberships.
4
. Logout and log back in to apply the new group memberships.
# Build Tails
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment