aboutsummaryrefslogtreecommitdiff
path: root/doc/gitian-building.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-19 13:25:08 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 10:59:14 +0100
commit3b468a0e609147c7d7afd8ed97bf271f2356daef (patch)
treedfb0659793bf0054ffa8b660c5070e929e711b75 /doc/gitian-building.md
parent99fda26de0661afcbe43d5e862c382e3c2e3aa5e (diff)
downloadbitcoin-3b468a0e609147c7d7afd8ed97bf271f2356daef.tar.xz
gitian: Need `ca-certificates` and `python` for LXC builds
Diffstat (limited to 'doc/gitian-building.md')
-rw-r--r--doc/gitian-building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md
index dd98c038a5..e3fb944388 100644
--- a/doc/gitian-building.md
+++ b/doc/gitian-building.md
@@ -259,7 +259,7 @@ adduser debian sudo
Then set up LXC and the rest with the following, which is a complex jumble of settings and workarounds:
```bash
-# the version of lxc-start in Debian 7.4 needs to run as root, so make sure
+# 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
# make /etc/rc.local script that sets up bridge between guest and host