Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Also mention OSX shasum command in fedora vm instructions #7

Merged
merged 1 commit into from
Jan 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gitian-building/gitian-building-create-vm-fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Unixy OSes by entering the following in a terminal:
echo "f514040516dc512119aad6316746569b231e157724d4f257af76825c483e1598 Fedora-Workstation-netinst-x86_64-26-1.5.iso" | sha256sum -c
# (must return OK)

Replace `sha256sum` with `shasum` on OSX.

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

![](figs/select_startup_disk_fedora.png)
Expand Down