From c9e8493bace8888129dd432bdd976a0c3aa322e2 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 6 Oct 2019 04:22:09 +0200 Subject: CentOS8 and testing with ipecompute* servers --- docs/driverdisk.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/driverdisk.txt (limited to 'docs') 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. + - 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 + ... -- cgit v1.2.1