File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ function kernel_prepare() {
46
46
" $DEPDIR " /delphix-rust/* .deb \
47
47
devscripts \
48
48
equivs \
49
- kernel-wedge
49
+ kernel-wedge \
50
+ gawk
50
51
}
51
52
52
53
#
@@ -123,7 +124,7 @@ function kernel_build() {
123
124
# any intention and logic to provide signatures for now
124
125
# we set it to false to avoid any misconfigurations down
125
126
# the line.
126
- # do_dkms_*=false
127
+ # dkms_exclude=*
127
128
# This disables the build of various out-of-tree kernel modules
128
129
# that we do not use in our product or that we provide separately.
129
130
#
@@ -132,12 +133,7 @@ function kernel_build() {
132
133
" do_tools_common=false"
133
134
" do_tools_host=false"
134
135
" uefi_signed=false"
135
- " do_zfs=false"
136
- " do_dkms_nvidia=false"
137
- " do_dkms_nvidia_server=false"
138
- " do_dkms_vbox=false"
139
- " do_dkms_wireguard=false"
140
- " dkms_exclude=v4l2loopback"
136
+ " dkms_exclude=zfs ipu6 iwlwifi v4l2loopback usbio"
141
137
" flavours=$platform "
142
138
" abinum=${delphix_abinum} "
143
139
)
You can’t perform that action at this time.
0 commit comments