dkms is unavailable on RHEL and derivatives
The dynamic kernel module system is not available on RHEL, CentOS, Scientific Linux, or SUSE. Make it part of the distro post-install rather then base post-install. Change-Id: Ic2c345bf9f0738dadae611194e263d3a5d424a3e
This commit is contained in:
parent
89fe51b83d
commit
2c73a001b2
4 changed files with 8 additions and 0 deletions
6
elements/dkms/README.md
Normal file
6
elements/dkms/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
This is the dkms (Dynamic Kernel Module System) element.
|
||||
|
||||
Some distributions such as Fedora and Ubuntu include DKMS in their packaging.
|
||||
In these distros, it is reasonable to include dkms. Other RHEL based
|
||||
derivatives do not include DKMS, so those distros should not use the DKMS
|
||||
element.
|
|
@ -1,3 +1,4 @@
|
|||
dib-run-parts
|
||||
dracut-network
|
||||
cache-url
|
||||
dkms
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
dpkg
|
||||
dib-run-parts
|
||||
cache-url
|
||||
dkms
|
||||
|
|
Loading…
Reference in a new issue