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
This commit is contained in:
Glen Barber 2013-08-13 02:31:46 +00:00
parent 83cef45266
commit c77936e7e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254265

View File

@ -162,7 +162,7 @@ exec 3>&-
_UNAME_R=`uname -r`
case ${_UNAME_R} in
*-CURRENT|*-STABLE|*-BETA*|*-PRERELEASE|*-RC*)
*-CURRENT|*-STABLE|*-PRERELEASE)
RELDIR="snapshots"
;;
*)