Enable IOMMU

This commit is contained in:
madaidan 2019-06-23 18:38:50 +00:00 committed by GitHub
parent 07c6362f1a
commit 641407c8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,2 @@
# Enables IOMMU to prevent DMA attacks.
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=on"