Skip to content

Commit

Permalink
Merge #7619: Add missing sudo entry in gitian VM setup.
Browse files Browse the repository at this point in the history
f41927e Add missing sudo entry in gitian VM setup. (BtcDrak)
  • Loading branch information
laanwj committed Feb 29, 2016
2 parents 3174621 + f41927e commit 18b3f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/gitian-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ Then set up LXC and the rest with the following, which is a complex jumble of se
# the version of lxc-start in Debian needs to run as root, so make sure
# that the build script can execute it without providing a password
echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-start" > /etc/sudoers.d/gitian-lxc
echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-execute" >> /etc/sudoers.d/gitian-lxc
# make /etc/rc.local script that sets up bridge between guest and host
echo '#!/bin/sh -e' > /etc/rc.local
echo 'brctl addbr br0' >> /etc/rc.local
Expand Down

0 comments on commit 18b3f1b

Please sign in to comment.