summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-08-13 02:31:46 +0000
committergjb <gjb@FreeBSD.org>2013-08-13 02:31:46 +0000
commitc063aad382f7f397a474f5340d8be40d6eecf8d2 (patch)
tree804492ba6e1ad1e7e8d6885cdb9db859f3922899 /usr.sbin
parent346033d48721c1b1a962a58bfccf2b821b74277f (diff)
downloadFreeBSD-src-c063aad382f7f397a474f5340d8be40d6eecf8d2.zip
FreeBSD-src-c063aad382f7f397a474f5340d8be40d6eecf8d2.tar.gz
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. MFC after: 3 days X-MFC-To: stable/9, releng/9.2
Diffstat (limited to 'usr.sbin')
-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 aa6c972..0776a4d 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"
;;
*)
OpenPOWER on IntegriCloud