diff options
author | Iru Cai <mytbk920423@gmail.com> | 2019-11-05 13:59:08 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2019-11-06 21:10:58 +0800 |
commit | 89b39f9042e9e687962852779fa1b1676b34a5b6 (patch) | |
tree | 90efd67a7406ef2ab213f8523afdb63439d45706 /distro/centos | |
parent | 3f52106bfd151e7280519bc8a7915d1cbf675b31 (diff) | |
download | liveusb-builder-89b39f9042e9e687962852779fa1b1676b34a5b6.tar.xz |
update distributions2019.11
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
Diffstat (limited to 'distro/centos')
-rw-r--r-- | distro/centos/8/entry | 2 | ||||
-rw-r--r-- | distro/centos/8/install.sh | 2 | ||||
-rw-r--r-- | distro/centos/8/isoinfo | 7 |
3 files changed, 11 insertions, 0 deletions
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 +) |