Skip to content

Commit

Permalink
Merge pull request #12898 from Mab879/fix_12877
Browse files Browse the repository at this point in the history
Adjust `kernel_module_disabled/missing_blacklist.fail.sh`
  • Loading branch information
jan-cerny authored Jan 27, 2025
2 parents d04b420 + f5c6ed6 commit 4680a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = multi_platform_rhel,multi_platform_ol,multi_platform_ubuntu

echo > /etc/modprobe.d/{{{ KERNMODULE }}}.conf
sed -i /{{{ KERNMODULE }}}/d /etc/modprobe.d/*.conf
echo "install {{{ KERNMODULE }}} /bin/true" > /etc/modprobe.d/{{{ KERNMODULE }}}.conf

0 comments on commit 4680a0c

Please sign in to comment.