]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bsdinstall: improve checksum mismatch error for snapshots
authoremaste <emaste@FreeBSD.org>
Wed, 19 Jul 2017 18:25:52 +0000 (18:25 +0000)
committeremaste <emaste@FreeBSD.org>
Wed, 19 Jul 2017 18:25:52 +0000 (18:25 +0000)
commit8f974064786ee10d384c80027cec523ab1b67733
tree7931616e84e4943c290cfbde12928f726c077a63
parentc57f275b7d9c193254b6e905565ac71addbdb8d6
bsdinstall: improve checksum mismatch error for snapshots

The usual case of a mismatched checksum for installer snapshots
(e.g., -CURRENT, -ALPHA*) is that a newer snapshot has been built and
the old install sets have been replaced.  Provide a specific error
message for checksum mismatches there that suggests looking for a newer
snapshot.

Submitted by: Guangyuan Yang <yzgyyang@outlook.com>
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D11641
usr.sbin/bsdinstall/scripts/checksum