aboutsummaryrefslogtreecommitdiff
path: root/doc/gitian-building.md
diff options
context:
space:
mode:
authorunsystemizer <something@gmail.com>2015-09-11 22:15:32 +0800
committerWladimir J. van der Laan <laanwj@gmail.com>2015-09-29 14:51:52 +0200
commit551d7edb1b4ed4c6f66bfafa0852eb6fbcbb13e8 (patch)
treec20646efa3a55c9b0ba9502f840173f87ec3385b /doc/gitian-building.md
parent3224936bedd8fe777b23d43c253abd2c0cd95d22 (diff)
downloadbitcoin-551d7edb1b4ed4c6f66bfafa0852eb6fbcbb13e8.tar.xz
doc: Fix dead link in gitian-building
- Link to Debian 8.1 netinstall ISO is dead, changed to valid 8.2 - Changed checksum to 8.2 netinstall ISO checksum (http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/SHA256SUMS) - Verified CD checksum, checksum file's signing key
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 169727adc0..3ad7fd29d2 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
- File location and size: at least 40GB; as low as 20GB *may* be possible, but better to err on the safe side
- Click `Create`
-Get the [Debian 8.1 net installer](http://cdimage.debian.org/debian-cd/8.1.0/amd64/iso-cd/debian-8.1.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 8.x net installer](http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/debian-8.2.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 "5d0a1f804d73aee73eee7efbb38456390558094fd19894a573f1514ca44347e0 debian-8.1.0-amd64-netinst.iso" | sha256sum -c
+ echo "d393d17ac6b3113c81186e545c416a00f28ed6e05774284bb5e8f0df39fcbcb9 debian-8.2.0-amd64-netinst.iso" | sha256sum -c
# (must return OK)
After creating the VM, we need to configure it.