[pve-devel] [PATCH_V2] fix bug #701: blacklist nvidiafb

Wolfgang Link w.link at proxmox.com
Fri Sep 4 15:54:36 CEST 2015


---
 Makefile           | 1 +
 debian/conffiles   | 1 +
 pve-blacklist.conf | 4 ++++
 3 files changed, 6 insertions(+)
 create mode 100644 pve-blacklist.conf

diff --git a/Makefile b/Makefile
index ee9f3b2..e5f9017 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,7 @@ install: country.dat vznet.conf vzdump.conf vzdump-hook-script.pl pve-apt.conf p
 	install -d ${DESTDIR}/var/lib/vz/template/qemu
 	install -D -m 0644 pve-apt.conf ${DESTDIR}/etc/apt/apt.conf.d/75pveconf
 	install -D -m 0644 pve-sources.list ${DESTDIR}/etc/apt/sources.list.d/pve-enterprise.list
+	install -D -m 0644 pve-blacklist.conf ${DESTDIR}/etc/modprobe.d/pve-blacklist.conf
 	install -D -m 0644 pve-repo-ca-certificates.crt ${DESTDIR}/etc/apt/pve-repo-ca-certificates.crt
 	install -D -m 0644 vzdump.conf ${DESTDIR}/etc/vzdump.conf
 	install -D -m 0755 vznet.conf ${DESTDIR}/etc/vz/vznet.conf
diff --git a/debian/conffiles b/debian/conffiles
index 2bb0027..35cbf57 100644
--- a/debian/conffiles
+++ b/debian/conffiles
@@ -15,3 +15,4 @@
 /etc/network/if-post-down.d/vlan
 /etc/network/if-up.d/bridgevlan
 /etc/network/if-up.d/bridgevlanport
+/etc/modprobe.d/pve-blacklist.conf
diff --git a/pve-blacklist.conf b/pve-blacklist.conf
new file mode 100644
index 0000000..f013cfc
--- /dev/null
+++ b/pve-blacklist.conf
@@ -0,0 +1,4 @@
+#This file contains a list of modules which are not supported by Proxmox VE! 
+
+#nidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
+blacklist nvidiafb
-- 
2.1.4





More information about the pve-devel mailing list