summaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/driverdisk.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/driverdisk.txt b/docs/driverdisk.txt
new file mode 100644
index 0000000..6c0dd29
--- /dev/null
+++ b/docs/driverdisk.txt
@@ -0,0 +1,23 @@
+General
+-------
+ - DriverDisk work with ISO images or RPMs
+ https://www.marcanoonline.com/post/2016/07/red-hat-enterprise-linux-and-centos-7-driver-disk/
+ - Besides providing drivers to installer, it is also necessary to install it, e.g. in %post section.
+
+RPM
+---
+ - RPM should contain the driver for installer kernel
+ - RPM should provie 'kernel-modules' with appropriate version, e.g.
+ kernel-modules >= 3.10.0-327.el7.<arch>
+ - Collection of storage drivers is available at http://elrepo.org
+ https://elrepo.org/linux/elrepo/el8/x86_64/
+
+ISO (if more than 1 driver is required)
+---
+ rhhd3 # File, content is: Driver Update Disk version 3
+ rpms
+ x86_64
+ kmod-arcmsr-1.40.00.05-20180309.1.el8_0.elrepo.x86_64.rpm # RPM with drivers (see above)
+ repodata # Generated with createrepo/createrepo_c
+ repomd.xml
+ ...