summaryrefslogtreecommitdiffstats
path: root/centos8
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-10-06 04:22:09 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-10-06 04:22:09 +0200
commitc9e8493bace8888129dd432bdd976a0c3aa322e2 (patch)
tree1a49e4c3b478b19a30f397cac887a254426d2a6c /centos8
parentf03a04b8036b85ba452ff195bc3fddfc71ba5cb3 (diff)
downloadkickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.tar.gz
kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.tar.bz2
kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.tar.xz
kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.zip
CentOS8 and testing with ipecompute* servers
Diffstat (limited to 'centos8')
-rw-r--r--centos8/drivers/kmod-arcmsr.rpmbin0 -> 45884 bytes
-rw-r--r--centos8/index.php8
2 files changed, 8 insertions, 0 deletions
diff --git a/centos8/drivers/kmod-arcmsr.rpm b/centos8/drivers/kmod-arcmsr.rpm
new file mode 100644
index 0000000..1800645
--- /dev/null
+++ b/centos8/drivers/kmod-arcmsr.rpm
Binary files differ
diff --git a/centos8/index.php b/centos8/index.php
new file mode 100644
index 0000000..51b7cf7
--- /dev/null
+++ b/centos8/index.php
@@ -0,0 +1,8 @@
+<?php
+
+$DISTRIBUTION="centos8";
+
+chdir("..");
+require "index.php";
+
+?> \ No newline at end of file