aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-08-15 10:38:10 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-08-15 10:38:10 +0000
commit8a1372723b8d764f60a870377b2ac93d00e23aaa (patch)
tree493b6ae2f9583ee1723b8391dbe877430f8860b7
parent9d99ea26a5fa189e83e4216582582d432b1d19a7 (diff)
downloadsrc-8a1372723b8d764f60a870377b2ac93d00e23aaa.tar.gz
src-8a1372723b8d764f60a870377b2ac93d00e23aaa.zip
MFC r254265:
Make sure bootonly.iso for -BETAs and -RCs use the releases/ directory on the FTP mirrors to fetch distributions, since these are always pushed to releases/ during the release cycle. Approved by: re (marius)
Notes
Notes: svn path=/releng/9.2/; revision=254361
-rwxr-xr-xusr.sbin/bsdinstall/scripts/mirrorselect2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/mirrorselect b/usr.sbin/bsdinstall/scripts/mirrorselect
index aa6c97279aa9..0776a4d8821f 100755
--- a/usr.sbin/bsdinstall/scripts/mirrorselect
+++ b/usr.sbin/bsdinstall/scripts/mirrorselect
@@ -162,7 +162,7 @@ exec 3>&-
_UNAME_R=`uname -r`
case ${_UNAME_R} in
- *-CURRENT|*-STABLE|*-BETA*|*-PRERELEASE|*-RC*)
+ *-CURRENT|*-STABLE|*-PRERELEASE)
RELDIR="snapshots"
;;
*)