This commit is contained in:
Derek McTavish
2026-04-01 07:42:00 +00:00
committed by www-data
parent 2b6babac22
commit aced3f9518

View File

@@ -34,10 +34,14 @@ In my case, I get
## VFIO Module Options ## VFIO Module Options
### Arch
```bash ```bash
sudo vim /etc/modprobe.d/vfio.conf sudo vim /etc/modprobe.d/vfio.conf
``` ```
### Fedora
```bash ```bash
options vfio-pci ids=10de:28a0,10de:22be options vfio-pci ids=10de:28a0,10de:22be
``` ```