Skip to content

Commit 212f2fb

Browse files
kernel: Allow module force unloads
1 parent d5d0610 commit 212f2fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/kernel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ sed -i "/Patch1:/a Patch2: t2linux-combined.patch" "kernel.spec"
2020
sed -i "/ApplyOptionalPatch patch-%{patchversion}-redhat.patch/a ApplyOptionalPatch t2linux-combined.patch" "kernel.spec"
2121

2222
cat "linux-t2-patches/extra_config" > "kernel-local"
23+
echo "CONFIG_MODULE_FORCE_UNLOAD=y" >> "kernel-local"
2324
cat "linux-t2-patches"/*.patch > "t2linux-combined.patch"

0 commit comments

Comments
 (0)