diff options
Diffstat (limited to 'distro/centos/7')
-rw-r--r-- | distro/centos/7/entry | 2 | ||||
-rw-r--r-- | distro/centos/7/install.sh | 2 | ||||
-rw-r--r-- | distro/centos/7/isoinfo | 7 |
3 files changed, 11 insertions, 0 deletions
diff --git a/distro/centos/7/entry b/distro/centos/7/entry new file mode 100644 index 0000000..f02ba8d --- /dev/null +++ b/distro/centos/7/entry @@ -0,0 +1,2 @@ +version=7 +source distro/centos/entry.common diff --git a/distro/centos/7/install.sh b/distro/centos/7/install.sh new file mode 100644 index 0000000..6aca1cf --- /dev/null +++ b/distro/centos/7/install.sh @@ -0,0 +1,2 @@ +version=7 +source distro/centos/install.sh diff --git a/distro/centos/7/isoinfo b/distro/centos/7/isoinfo new file mode 100644 index 0000000..ad0dccd --- /dev/null +++ b/distro/centos/7/isoinfo @@ -0,0 +1,7 @@ +ISONAME="$DISTRONAME 7 DVD" +ISOURL=7/isos/x86_64/CentOS-7-x86_64-DVD-1804.iso +SHA256=506e4e06abf778c3435b4e5745df13e79ebfc86565d7ea1e128067ef6b5a6345 + +mirrorlist=( +https://mirrors.tuna.tsinghua.edu.cn/centos +) |