Notes/src/VGA Passthrough/VGA Passthrough (Manjaro)/Scripts/vfio-hooks

7 lines
116 B
Bash

#!/usr/bin/bash
run_hook() {
msg ":: Triggering vfio-pci override"
/bin/sh /usr/bin/vfio-pci-override.sh
}