diff options
author | davidovski <david@davidovski.xyz> | 2023-08-09 02:41:14 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-08-09 02:41:14 +0100 |
commit | be73f369c2add5fe3b202b36600a6f4f54e92aea (patch) | |
tree | 21bb94db6e6c8daca62f0ecd5009b9707907a1a8 | |
parent | 1cdffa967eea30a7947fea23e665fc1e68ffbf58 (diff) |
add pci passthrough notes about busybox
-rwxr-xr-x | entries/pci_passthrough.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/entries/pci_passthrough.html b/entries/pci_passthrough.html index 942c2b4..f2eb54c 100755 --- a/entries/pci_passthrough.html +++ b/entries/pci_passthrough.html @@ -13,7 +13,8 @@ If you do not trust this guide or need any clarification, feel free to follow st ## Prerequisites -Make sure that your motherboard is: +Make sure that your motherboard: + - supports hardware virtualisation - supports IOMMU @@ -231,7 +232,9 @@ In `/etc/security/limits.d/99-memlock.conf` write: @kvm hard memlock 8100452 @kvm soft memlock 8100452 -You may need to reboot for these changes to take effect, especially ones relating to udev rules. +You may need to re-login for these changes to take effect, especially ones relating to udev rules. + +*Busybox doesn't support these configurations for its /bin/login, so use shadow's /bin/login (on alpine you need the package `shadow-login`)* ### Using ddcutil to switch between monitor inputs |