fix(just): correct vfio-pci.ids to vfio_pci.ids in echo

This commit is contained in:
HikariKnight 2024-02-13 11:43:38 +01:00
parent 542b716292
commit d82d9c6351

View File

@ -44,7 +44,7 @@ enable-vfio:
echo "VFIO will be enabled on next boot, make sure you enable IOMMU, VT-d or AMD-v in your BIOS!"
echo "Please understand that since this is such a niche use case, support will be very limited!"
echo "To add your unused/second GPU device ids to the vfio driver by running"
echo 'rpm-ostree kargs --append-if-missing="vfio-pci.ids=xxxx:yyyy,xxxx:yyzz"'
echo 'rpm-ostree kargs --append-if-missing="vfio_pci.ids=xxxx:yyyy,xxxx:yyzz"'
echo "NOTE: Your second GPU will not be usable by the host after you do this!"
fi
else