aboutsummaryrefslogtreecommitdiff
path: root/doc/gitian-building.md
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2015-02-05 21:33:27 +0800
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-20 13:29:21 +0200
commit9bdd03fb406da991bc7619b28a609c635cca488b (patch)
treeef5948a978aa54e997ab41d4d7c009dda874083d /doc/gitian-building.md
parent0b2f93091f2a30f994bee2a006d66771b92eacca (diff)
downloadbitcoin-9bdd03fb406da991bc7619b28a609c635cca488b.tar.xz
Point to the Debian 7.8 installer
Link to 7.7 is broken.
Diffstat (limited to 'doc/gitian-building.md')
-rw-r--r--doc/gitian-building.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md
index 25d3b8390c..d285fffdbb 100644
--- a/doc/gitian-building.md
+++ b/doc/gitian-building.md
@@ -74,11 +74,11 @@ In the VirtualBox GUI click "Create" and choose the following parameters in the
- Disk size: at least 40GB; as low as 20GB *may* be possible, but better to err on the safe side
- Push the `Create` button
-Get the [Debian 7.7 net installer](http://cdimage.debian.org/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-netinst.iso) (a more recent minor version should also work, see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
+Get the [Debian 7.8 net installer](http://cdimage.debian.org/debian-cd/7.8.0/amd64/iso-cd/debian-7.8.0-amd64-netinst.iso) (a more recent minor version should also work, see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
This DVD image can be validated using a SHA256 hashing tool, for example on
Unixy OSes by entering the following in a terminal:
- echo "d440e85b4121f94608748139f25dbce1ad36771348b002fe07d4d44b9d9e623f debian-7.7.0-amd64-netinst.iso" | sha256sum -c
+ echo "e39c36d6adc0fd86c6edb0e03e22919086c883b37ca194d063b8e3e8f6ff6a3a debian-7.8.0-amd64-netinst.iso" | sha256sum -c
# (must return OK)
After creating the VM, we need to configure it.