modprobe
This commit is contained in:
5
proxmox/etc/modprobe.d/blacklist.conf
Normal file
5
proxmox/etc/modprobe.d/blacklist.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
blacklist nouveau
|
||||||
|
blacklist nvidia
|
||||||
|
blacklist i2c_nvidia_gpu
|
||||||
|
blacklist snd_hda_intel
|
||||||
|
|
||||||
3
proxmox/etc/modprobe.d/intel-microcode-blacklist.conf
Normal file
3
proxmox/etc/modprobe.d/intel-microcode-blacklist.conf
Normal file
@@ -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
|
||||||
2
proxmox/etc/modprobe.d/kvm.conf
Normal file
2
proxmox/etc/modprobe.d/kvm.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
options kvm ignore_msrs=1 report_ignored_msrs=0 vfio_iommu_type1 allow_unsafe_interrupts=1
|
||||||
|
|
||||||
4
proxmox/etc/modprobe.d/pve-blacklist.conf
Normal file
4
proxmox/etc/modprobe.d/pve-blacklist.conf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# This file contains a list of modules which are not supported by Proxmox VE
|
||||||
|
|
||||||
|
# nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
|
||||||
|
blacklist nvidiafb
|
||||||
1
proxmox/etc/modprobe.d/zfs.conf
Normal file
1
proxmox/etc/modprobe.d/zfs.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
options zfs zfs_arc_max=3341811712
|
||||||
Reference in New Issue
Block a user