diff options
author | Glen Barber <gjb@FreeBSD.org> | 2013-08-13 02:31:46 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2013-08-13 02:31:46 +0000 |
commit | c77936e7e54dba25809a0cbed7e13559f6101bef (patch) | |
tree | 804492ba6e1ad1e7e8d6885cdb9db859f3922899 | |
parent | 83cef45266a49c82dcbb3a44c2321570d628778b (diff) | |
download | src-c77936e7e54dba25809a0cbed7e13559f6101bef.tar.gz src-c77936e7e54dba25809a0cbed7e13559f6101bef.zip |
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
Notes
Notes:
svn path=/head/; revision=254265
-rwxr-xr-x | usr.sbin/bsdinstall/scripts/mirrorselect | 2 |
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" ;; *) |