Add CentOS 6.10 and FreeBSD 11.2

This commit is contained in:
Yorhel 2018-07-06 07:51:13 +02:00
parent cfc656bf12
commit 617a76eeba
3 changed files with 22 additions and 8 deletions

View file

@ -577,6 +577,12 @@ case $1 in
index_core freebsd-11.1 "${MIR}base.txz" core-base 2017-07-26
index freebsd2 --sys freebsd-11.1 --mirror "$PKG"
;;
11.2)
MIR="${CMIRROR}amd64/11.2-RELEASE/"
PKG="${PMIRROR}FreeBSD:11:amd64/release_2/"
index_core freebsd-11.2 "${MIR}base.txz" core-base 2018-06-27
index freebsd2 --sys freebsd-11.2 --mirror "$PKG"
;;
old)
$0 1.0
$0 2.0.5
@ -641,5 +647,6 @@ case $1 in
$0 10.4
$0 11.0
$0 11.1
$0 11.2
;;
esac