freebsd-update: Clarify unsupported upgrade message
PR: 204115 Submitted by: Gerald Aryeetey <aryeeteygerald_rogers.com> Reviewed by: delphij MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D18916
This commit is contained in:
parent
ed1b6cec4f
commit
9e8c28fcc0
@ -1022,7 +1022,16 @@ fetch_pick_server () {
|
|||||||
|
|
||||||
# Have we run out of mirrors?
|
# Have we run out of mirrors?
|
||||||
if [ `wc -l < serverlist` -eq 0 ]; then
|
if [ `wc -l < serverlist` -eq 0 ]; then
|
||||||
echo "No mirrors remaining, giving up."
|
cat <<- EOF
|
||||||
|
No mirrors remaining, giving up.
|
||||||
|
|
||||||
|
This may be because upgrading from this platform (${ARCH})
|
||||||
|
or release (${RELNUM}) is unsupported by `basename $0`. Only
|
||||||
|
platforms with Tier 1 support can be upgraded by `basename $0`.
|
||||||
|
See https://www.freebsd.org/platforms/index.html for more info.
|
||||||
|
|
||||||
|
If unsupported, FreeBSD must be upgraded by source.
|
||||||
|
EOF
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user