From 89b39f9042e9e687962852779fa1b1676b34a5b6 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Tue, 5 Nov 2019 13:59:08 +0800 Subject: update distributions Arch 2019.11 Kali 2019.3 CentOS 8 Fedora 31 (and fix Fedora 30) Hyperbola v0.3 Mint 19.2 PureOS 9.0 SystemRescueCd 6.0.3 --- distro/centos/8/entry | 2 ++ distro/centos/8/install.sh | 2 ++ distro/centos/8/isoinfo | 7 +++++++ 3 files changed, 11 insertions(+) create mode 100644 distro/centos/8/entry create mode 100644 distro/centos/8/install.sh create mode 100644 distro/centos/8/isoinfo (limited to 'distro/centos') diff --git a/distro/centos/8/entry b/distro/centos/8/entry new file mode 100644 index 0000000..71eee37 --- /dev/null +++ b/distro/centos/8/entry @@ -0,0 +1,2 @@ +version=8 +source distro/centos/entry.common diff --git a/distro/centos/8/install.sh b/distro/centos/8/install.sh new file mode 100644 index 0000000..1aace16 --- /dev/null +++ b/distro/centos/8/install.sh @@ -0,0 +1,2 @@ +version=8 +source distro/centos/install.sh diff --git a/distro/centos/8/isoinfo b/distro/centos/8/isoinfo new file mode 100644 index 0000000..eec7079 --- /dev/null +++ b/distro/centos/8/isoinfo @@ -0,0 +1,7 @@ +ISONAME="$DISTRONAME 8 DVD" +ISOURL=8/isos/x86_64/CentOS-8-x86_64-1905-dvd1.iso +SHA256=ea17ef71e0df3f6bf1d4bf1fc25bec1a76d1f211c115d39618fe688be34503e8 + +mirrorlist=( +https://mirrors.tuna.tsinghua.edu.cn/centos +) -- cgit v1.2.3