From 6380143afe865ce0e630b5d44faa90f170ee168b Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Fri, 4 Sep 2015 15:54:36 +0200 Subject: [PATCH] fix bug #701: blacklist nvidiafb --- 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 ee9f3b29..e5f90175 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 0acb6aac..b91e7284 100644 --- a/debian/conffiles +++ b/debian/conffiles @@ -14,3 +14,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 00000000..9687961d --- /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.39.5