Initial commit

This commit is contained in:
2020-07-23 22:48:14 -05:00
commit 829a4ddc2f
18 changed files with 554 additions and 0 deletions

8
startvm Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
if [ `which-driver-for-gpu` == "nvidia" ]; then
sudo systemctl stop bumblebeed
sleep 1
sudo bind 0000:01:00.0 0000:01:00.1 0000:01:00.2 0000:01:00.3
fi
vm
#sudo unbind 0000:01:00.0 0000:01:00.1 0000:01:00.2 0000:01:00.3