mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge #8769: Trivial: Fix ISO URL, capitalization
04d91f4
Trivial: Fix ISO URL, capitalization (unsystemizer)
This commit is contained in:
parent
e02b48cad0
commit
ac3fdd3d27
@ -95,14 +95,14 @@ After creating the VM, we need to configure it.
|
|||||||
|
|
||||||
- Click `Ok` twice to save.
|
- 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/)).
|
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 using a SHA256 hashing tool, for example on
|
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:
|
Unixy OSes by entering the following in a terminal:
|
||||||
|
|
||||||
echo "ad4e8c27c561ad8248d5ebc1d36eb172f884057bfeb2c22ead823f59fa8c3dff debian-8.5.0-amd64-netinst.iso" | sha256sum -c
|
echo "ad4e8c27c561ad8248d5ebc1d36eb172f884057bfeb2c22ead823f59fa8c3dff debian-8.5.0-amd64-netinst.iso" | sha256sum -c
|
||||||
# (must return OK)
|
# (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)
|
![](gitian-building/select_startup_disk.png)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user