From 3394d3c4f5a828f01cfc48939149daf66706b85e Mon Sep 17 00:00:00 2001 From: Joris van Lieshout Date: Wed, 21 May 2014 15:53:00 +0200 Subject: [PATCH] blacklist pcspkr as cosmetic improvement. aesni_intel blacklisting was not working because the include only works if the file ends with .conf. Signed-off-by: Daan Hoogland (cherry picked from commit 11f532bbecca08b41dd15d1abdf04957c84eebda) (cherry picked from commit f94ff4ad041c517b048ce8fc58ef3996b98aa685) --- .../config/etc/modprobe.d/{aesni_intel => aesni_intel.conf} | 0 systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf | 1 + 2 files changed, 1 insertion(+) rename systemvm/patches/debian/config/etc/modprobe.d/{aesni_intel => aesni_intel.conf} (100%) create mode 100644 systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf diff --git a/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel b/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel.conf similarity index 100% rename from systemvm/patches/debian/config/etc/modprobe.d/aesni_intel rename to systemvm/patches/debian/config/etc/modprobe.d/aesni_intel.conf diff --git a/systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf b/systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf new file mode 100644 index 00000000000..da3dbd9a1ac --- /dev/null +++ b/systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf @@ -0,0 +1 @@ +blacklist pcspkr \ No newline at end of file