Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify shasum check command #399

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ Note that you need to compare the calculated _checksum_ against the correct file
FreeBSD provides man:sha256[1] and man:sha512[1] that can be used for calculating the _checksum_.
Other operating systems have similar programs.

Verifying the _checksum_ in FreeBSD can be done automatically using man:sha256sum[1] (and man:sha512sum[1]) by executing:
Verifying the _checksum_ in FreeBSD can be done automatically using man:sha256sum[1] or man:sha512sum[1] by executing:

[source,shell]
....
% sha256sum -c CHECKSUM.SHA256-FreeBSD-13.1-RELEASE-amd64 FreeBSD-13.1-RELEASE-amd64-dvd1.iso
FreeBSD-13.1-RELEASE-amd64-dvd1.iso: OK
% sha512sum -c CHECKSUM.SHA512-FreeBSD-14.1-RELEASE-amd64 --ignore-missing
FreeBSD-14.1-RELEASE-amd64-memstick.img: OK
....

The checksums must match exactly.
Expand Down
6 changes: 3 additions & 3 deletions documentation/content/en/books/handbook/bsdinstall/_index.po
Original file line number Diff line number Diff line change
Expand Up @@ -426,15 +426,15 @@ msgstr ""
#: documentation/content/en/books/handbook/bsdinstall/_index.adoc:180
msgid ""
"Verifying the _checksum_ in FreeBSD can be done automatically using man:"
"sha256sum[1] (and man:sha512sum[1]) by executing:"
"sha256sum[1] or man:sha512sum[1] by executing:"
msgstr ""

#. type: delimited block . 4
#: documentation/content/en/books/handbook/bsdinstall/_index.adoc:185
#, no-wrap
msgid ""
"% sha256sum -c CHECKSUM.SHA256-FreeBSD-13.1-RELEASE-amd64 FreeBSD-13.1-RELEASE-amd64-dvd1.iso\n"
"FreeBSD-13.1-RELEASE-amd64-dvd1.iso: OK\n"
"% sha512sum -c CHECKSUM.SHA512-FreeBSD-14.1-RELEASE-amd64 --ignore-missing\n"
"FreeBSD-14.1-RELEASE-amd64-memstick.img: OK\n"
msgstr ""

#. type: Plain text
Expand Down
Loading