Add FreeBSD 12.1
This commit is contained in:
parent
18f792b443
commit
1260cdf766
2 changed files with 9 additions and 1 deletions
|
|
@ -247,7 +247,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(194,'CentOS', '7.7', 'centos-7.7', 51),
|
||||
(195,'CentOS', '8.0', 'centos-8.0', 60),
|
||||
(196,'CentOS', '8.1', 'centos-8.1', 61),
|
||||
(197,'Fedora', '31', 'fedora-31', 30);
|
||||
(197,'Fedora', '31', 'fedora-31', 30),
|
||||
(198,'FreeBSD', '12.1', 'freebsd-12.1', 71);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
|
|
@ -595,6 +595,12 @@ case $1 in
|
|||
index_core freebsd-12.0 "${MIR}base.txz" core-base 2018-12-11
|
||||
index freebsd2 --sys freebsd-12.0 --mirror "$PKG"
|
||||
;;
|
||||
12.1)
|
||||
MIR="${CMIRROR}amd64/12.1-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:12:amd64/release_1/"
|
||||
index_core freebsd-12.1 "${MIR}base.txz" core-base 2019-11-04
|
||||
index freebsd2 --sys freebsd-12.1 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -662,5 +668,6 @@ case $1 in
|
|||
$0 11.2
|
||||
$0 11.3
|
||||
$0 12.0
|
||||
$0 12.1
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue