virtualbox 5.1.0_rc1 versionbump and fix run
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
from comar.service import *
|
||||
import os
|
||||
|
||||
serviceType = "script"
|
||||
|
||||
@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("/sbin/modprobe VBoxService -f ")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user