Skip to content

Commit 2be205f

Browse files
authored
Merge pull request #580 from stgraber/drivers
base: Add intel_iommu=on amd_iommu=o to kernel command line
2 parents 0d8391b + 344cc6b commit 2be205f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkosi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Bootable=true
3434
BaseTrees=%O/base
3535
UnifiedKernelImages=true
3636
UnifiedKernelImageFormat=%i_%v
37-
KernelCommandLine=rw vt.handoff=1 iommu=pt quiet loglevel=0 systemd.show_status=0
37+
KernelCommandLine=rw vt.handoff=1 iommu=pt intel_iommu=on amd_iommu=o quiet loglevel=0 systemd.show_status=0
3838
KernelModulesInitrd=true
3939
KernelModulesInitrdExclude=.*
4040
KernelModulesInitrdInclude=default

0 commit comments

Comments
 (0)