Add FreeBSD 11.4
This commit is contained in:
parent
81874c5d3f
commit
2ee9a5b6b0
2 changed files with 9 additions and 1 deletions
|
|
@ -252,7 +252,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(199,'Ubuntu', '20.04', 'ubuntu-focal', 31),
|
||||
(200,'CentOS', '7.8', 'centos-7.8', 52),
|
||||
(201,'CentOS', '8.2', 'centos-8.2', 62),
|
||||
(202,'Fedora', '32', 'fedora-32', 31);
|
||||
(202,'Fedora', '32', 'fedora-32', 31),
|
||||
(203,'FreeBSD', '11.4', 'freebsd-11.4', 65);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
|
|
@ -589,6 +589,12 @@ case $1 in
|
|||
index_core freebsd-11.3 "${MIR}base.txz" core-base 2019-07-09
|
||||
index freebsd2 --sys freebsd-11.3 --mirror "$PKG"
|
||||
;;
|
||||
11.4)
|
||||
MIR="${CMIRROR}amd64/11.4-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:11:amd64/release_4/"
|
||||
index_core freebsd-11.4 "${MIR}base.txz" core-base 2020-06-23
|
||||
index freebsd2 --sys freebsd-11.4 --mirror "$PKG"
|
||||
;;
|
||||
12.0)
|
||||
MIR="${CMIRROR}amd64/12.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:11:amd64/release_0/"
|
||||
|
|
@ -667,6 +673,7 @@ case $1 in
|
|||
$0 11.1
|
||||
$0 11.2
|
||||
$0 11.3
|
||||
$0 11.4
|
||||
$0 12.0
|
||||
$0 12.1
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue