Skip to content

Commit 84c9a04

Browse files
committed
Merge #8769: Trivial: Fix ISO URL, capitalization
04d91f4 Trivial: Fix ISO URL, capitalization (unsystemizer)
2 parents b4f5364 + 04d91f4 commit 84c9a04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/gitian-building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ After creating the VM, we need to configure it.
9595

9696
- Click `Ok` twice to save.
9797

98-
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/)).
99-
This DVD image can be validated using a SHA256 hashing tool, for example on
98+
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/)).
99+
This DVD image can be [validated](https://www.debian.org/CD/verify) using a SHA256 hashing tool, for example on
100100
Unixy OSes by entering the following in a terminal:
101101

102102
echo "ad4e8c27c561ad8248d5ebc1d36eb172f884057bfeb2c22ead823f59fa8c3dff debian-8.5.0-amd64-netinst.iso" | sha256sum -c
103103
# (must return OK)
104104

105-
Then start the VM. On the first launch you will be asked for a CD or DVD image. Choose the downloaded iso.
105+
Then start the VM. On the first launch you will be asked for a CD or DVD image. Choose the downloaded ISO.
106106

107107
![](gitian-building/select_startup_disk.png)
108108

0 commit comments

Comments
 (0)