We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d0610 commit 212f2fbCopy full SHA for 212f2fb
kernel/kernel.sh
@@ -20,4 +20,5 @@ sed -i "/Patch1:/a Patch2: t2linux-combined.patch" "kernel.spec"
20
sed -i "/ApplyOptionalPatch patch-%{patchversion}-redhat.patch/a ApplyOptionalPatch t2linux-combined.patch" "kernel.spec"
21
22
cat "linux-t2-patches/extra_config" > "kernel-local"
23
+echo "CONFIG_MODULE_FORCE_UNLOAD=y" >> "kernel-local"
24
cat "linux-t2-patches"/*.patch > "t2linux-combined.patch"
0 commit comments