virtualbox:rebuild

This commit is contained in:
Rmys
2018-12-23 22:01:53 +03:00
parent 78b9114023
commit 8bf2583c01
3 changed files with 7 additions and 6 deletions
@@ -10,10 +10,11 @@ PIDFILE = "/run/virtualbox.pid"
@synchronized
def start():
os.system("/sbin/modprobe vboxguest")
os.system("/sbin/modprobe vboxvideo")
os.system("/sbin/modprobe vboxsf")
os.system("/sbin/modprobe vboxdrv")
os.system("/usr/bin/vboxreload")
#os.system("/sbin/modprobe vboxguest")
#os.system("/sbin/modprobe vboxvideo")
#os.system("/sbin/modprobe vboxsf")
#os.system("/sbin/modprobe vboxdrv")
@synchronized