Add FreeBSD 12.0
This commit is contained in:
parent
958e957791
commit
224bdd1523
2 changed files with 9 additions and 1 deletions
|
|
@ -237,7 +237,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(184,'FreeBSD', '11.2', 'freebsd-11.2', 63),
|
||||
(185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28),
|
||||
(186,'Fedora', '29', 'fedora-29', 28),
|
||||
(187,'CentOS', '7.6', 'centos-7.6', 50);
|
||||
(187,'CentOS', '7.6', 'centos-7.6', 50),
|
||||
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
|
|
@ -583,6 +583,12 @@ case $1 in
|
|||
index_core freebsd-11.2 "${MIR}base.txz" core-base 2018-06-27
|
||||
index freebsd2 --sys freebsd-11.2 --mirror "$PKG"
|
||||
;;
|
||||
12.0)
|
||||
MIR="${CMIRROR}amd64/12.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:11:amd64/release_0/"
|
||||
index_core freebsd-12.0 "${MIR}base.txz" core-base 2018-12-11
|
||||
index freebsd2 --sys freebsd-12.0 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -648,5 +654,6 @@ case $1 in
|
|||
$0 11.0
|
||||
$0 11.1
|
||||
$0 11.2
|
||||
$0 12.0
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue