fix bug #701: blacklist nvidiafb
This commit is contained in:
parent
16c0fc611a
commit
6380143afe
1
Makefile
1
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
|
||||
|
1
debian/conffiles
vendored
1
debian/conffiles
vendored
@ -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
|
||||
|
4
pve-blacklist.conf
Normal file
4
pve-blacklist.conf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user