We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39805c5 commit 7ef9df5Copy full SHA for 7ef9df5
1 file changed
default-package-config.sh
@@ -124,7 +124,7 @@ function kernel_build() {
124
# any intention and logic to provide signatures for now
125
# we set it to false to avoid any misconfigurations down
126
# the line.
127
- # dkms_exclude=*
+ # do_<module>=false
128
# This disables the build of various out-of-tree kernel modules
129
# that we do not use in our product or that we provide separately.
130
#
@@ -133,7 +133,11 @@ function kernel_build() {
133
"do_tools_common=false"
134
"do_tools_host=false"
135
"uefi_signed=false"
136
- "dkms_exclude=zfs ipu6 iwlwifi v4l2loopback usbio"
+ "do_zfs=false"
137
+ "do_ipu6=false"
138
+ "do_iwlwifi=false"
139
+ "do_v4l2loopback=false"
140
+ "do_usbio=false"
141
"flavours=$platform"
142
"abinum=${delphix_abinum}"
143
)
0 commit comments