Skip to content

Commit

Permalink
Add newer -iommu flag to README and script help.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipaqmaster committed Dec 28, 2022
1 parent d2a122b commit 6843d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ In general this script has been very useful in my tinkering even outside VFIO ga
Likely to be useful during new Windows installs if you don't have the virtio iso to pass in with the installer iso.
Also useful in other departments such as testing kernels and initramfs combinations where virtio isn't a kernel inbuilt or initramfs as a late module.

`-iommugroups` / `-iommugrouping`
`-iommu` / `-iommugroups` / `-iommugrouping`

Prints IOMMU groupings if available then exists.

Expand Down
2 changes: 1 addition & 1 deletion main
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function printHelp {
printer " ${colors[cyan]}-iso /path/to/a/diskimage.iso"
printer " If you're installing the OS for drivers you may wish to include this\n"

printer " ${colors[cyan]}-iommugroups / -iommugrouping"
printer " ${colors[cyan]}-iommu / -iommugroups / -iommugrouping"
printer " (Try to) Print IOMMU Groups then exit. Useful for the -PCI arg.\n"

printer " ${colors[cyan]}-cputhreads / -showpairs / -showthreads / -showcpu"
Expand Down

0 comments on commit 6843d5e

Please sign in to comment.