From be73f369c2add5fe3b202b36600a6f4f54e92aea Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 9 Aug 2023 02:41:14 +0100 Subject: [PATCH] add pci passthrough notes about busybox --- entries/pci_passthrough.html | 7 +++++-- 1 file 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