aboutsummaryrefslogtreecommitdiff
path: root/doc/gitian-building.md
diff options
context:
space:
mode:
authorunsystemizer <unsystemizer@users.noreply.github.com>2016-09-21 03:38:38 +0800
committerWladimir J. van der Laan <laanwj@gmail.com>2016-09-21 11:25:32 +0200
commit04d91f4a8c2ae683c60e94f86dce5f7bd7e716b2 (patch)
treebebc8387892caa454ad99f81b101e2c1d56d163b /doc/gitian-building.md
parent1c24d5f637201b46a621f6e8e0247bc8bdc52f6a (diff)
downloadbitcoin-04d91f4a8c2ae683c60e94f86dce5f7bd7e716b2.tar.xz
Trivial: Fix ISO URL, capitalization
- Changed Debian 8.5.0 ISO CD ROM URL by redirecting from current (which now has only 8.6.0) to a persistent archive link which should not change anytime soon. - Added a link to official Debian checksum verification procedure (which is more verbose and also acts as a backup source of SHA256sum's) - Fix capitalization (iso)
Diffstat (limited to 'doc/gitian-building.md')
-rw-r--r--doc/gitian-building.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md
index 84dce3f082..aaf0b4ae87 100644
--- a/doc/gitian-building.md
+++ b/doc/gitian-building.md
@@ -95,14 +95,14 @@ After creating the VM, we need to configure it.
- Click `Ok` twice to save.
-Get the [Debian 8.x net installer](http://cdimage.debian.org/debian-cd/8.5.0/amd64/iso-cd/debian-8.5.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
+Get the [Debian 8.x net installer](http://cdimage.debian.org/mirror/cdimage/archive/8.5.0/amd64/iso-cd/debian-8.5.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](https://www.debian.org/CD/verify) using a SHA256 hashing tool, for example on
Unixy OSes by entering the following in a terminal:
echo "ad4e8c27c561ad8248d5ebc1d36eb172f884057bfeb2c22ead823f59fa8c3dff debian-8.5.0-amd64-netinst.iso" | sha256sum -c
# (must return OK)
-Then start the VM. On the first launch you will be asked for a CD or DVD image. Choose the downloaded iso.
+Then start the VM. On the first launch you will be asked for a CD or DVD image. Choose the downloaded ISO.
![](gitian-building/select_startup_disk.png)