Add FreeBSD 11.3
This commit is contained in:
parent
d2e7719b3f
commit
a6f0f9eb14
2 changed files with 9 additions and 1 deletions
|
|
@ -241,7 +241,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
||||||
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
|
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
|
||||||
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
|
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
|
||||||
(190,'Debian', '10.0', 'debian-buster', 14),
|
(190,'Debian', '10.0', 'debian-buster', 14),
|
||||||
(191,'Fedora', '30', 'fedora-30', 29);
|
(191,'Fedora', '30', 'fedora-30', 29),
|
||||||
|
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64);
|
||||||
|
|
||||||
|
|
||||||
-- Removes any path components and compression extensions from the filename.
|
-- 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_core freebsd-11.2 "${MIR}base.txz" core-base 2018-06-27
|
||||||
index freebsd2 --sys freebsd-11.2 --mirror "$PKG"
|
index freebsd2 --sys freebsd-11.2 --mirror "$PKG"
|
||||||
;;
|
;;
|
||||||
|
11.3)
|
||||||
|
MIR="${CMIRROR}amd64/11.3-RELEASE/"
|
||||||
|
PKG="${PMIRROR}FreeBSD:11:amd64/release_3/"
|
||||||
|
index_core freebsd-11.3 "${MIR}base.txz" core-base 2019-07-09
|
||||||
|
index freebsd2 --sys freebsd-11.3 --mirror "$PKG"
|
||||||
|
;;
|
||||||
12.0)
|
12.0)
|
||||||
MIR="${CMIRROR}amd64/12.0-RELEASE/"
|
MIR="${CMIRROR}amd64/12.0-RELEASE/"
|
||||||
PKG="${PMIRROR}FreeBSD:11:amd64/release_0/"
|
PKG="${PMIRROR}FreeBSD:11:amd64/release_0/"
|
||||||
|
|
@ -654,6 +660,7 @@ case $1 in
|
||||||
$0 11.0
|
$0 11.0
|
||||||
$0 11.1
|
$0 11.1
|
||||||
$0 11.2
|
$0 11.2
|
||||||
|
$0 11.3
|
||||||
$0 12.0
|
$0 12.0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue