diff options
| author | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-20 19:16:32 +0100 |
|---|---|---|
| committer | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-20 19:16:32 +0100 |
| commit | 39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 (patch) | |
| tree | 9221704f413398cfb5d5759083b1e7032566820e /straper/db/public/kernel/modprobe.d | |
| parent | 6b59b75c3a294060dea66bdee16ffaf95ae92889 (diff) | |
| download | bin-39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2.tar.gz bin-39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2.zip | |
feat: first fully successful run e2e on straper
Diffstat (limited to 'straper/db/public/kernel/modprobe.d')
4 files changed, 12 insertions, 0 deletions
diff --git a/straper/db/public/kernel/modprobe.d/blacklist-rtw88.conf b/straper/db/public/kernel/modprobe.d/blacklist-rtw88.conf new file mode 100644 index 0000000..cee23e0 --- /dev/null +++ b/straper/db/public/kernel/modprobe.d/blacklist-rtw88.conf @@ -0,0 +1,4 @@ +blacklist rtw88_8821ce +blacklist rtw88_pci +blacklist rtw88_8821c +blacklist rtw88_core diff --git a/straper/db/public/kernel/modprobe.d/blacklist-rtw_8821ce.conf b/straper/db/public/kernel/modprobe.d/blacklist-rtw_8821ce.conf new file mode 100644 index 0000000..fac07b4 --- /dev/null +++ b/straper/db/public/kernel/modprobe.d/blacklist-rtw_8821ce.conf @@ -0,0 +1 @@ +blacklist rtw_8821ce diff --git a/straper/db/public/kernel/modprobe.d/dkms.conf b/straper/db/public/kernel/modprobe.d/dkms.conf new file mode 100644 index 0000000..508b7f4 --- /dev/null +++ b/straper/db/public/kernel/modprobe.d/dkms.conf @@ -0,0 +1,4 @@ +# modprobe information used for DKMS modules +# +# This is a stub file, should be edited when needed, +# used by default by DKMS. diff --git a/straper/db/public/kernel/modprobe.d/intel-microcode-blacklist.conf b/straper/db/public/kernel/modprobe.d/intel-microcode-blacklist.conf new file mode 100644 index 0000000..1dc2c23 --- /dev/null +++ b/straper/db/public/kernel/modprobe.d/intel-microcode-blacklist.conf @@ -0,0 +1,3 @@ +# The microcode module attempts to apply a microcode update when +# it autoloads. This is not always safe, so we block it by default. +blacklist microcode |
