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
@@ -3,7 +3,7 @@
import os import os
files = ("VBoxHeadless", "VBoxNetAdpCtl", "VBoxNetDHCP", "VBoxSDL", "VirtualBoxVM") files = ("VBoxHeadless", "VBoxNetAdpCtl", "VBoxNetDHCP", "VBoxSDL", "VBoxNetNAT", "VirtualBoxVM")
vboxgroup = "vboxusers" vboxgroup = "vboxusers"
def postInstall(fromVersion, fromRelease, toVersion, toRelease): def postInstall(fromVersion, fromRelease, toVersion, toRelease):
@@ -10,10 +10,11 @@ PIDFILE = "/run/virtualbox.pid"
@synchronized @synchronized
def start(): def start():
os.system("/sbin/modprobe vboxguest") os.system("/usr/bin/vboxreload")
os.system("/sbin/modprobe vboxvideo") #os.system("/sbin/modprobe vboxguest")
os.system("/sbin/modprobe vboxsf") #os.system("/sbin/modprobe vboxvideo")
os.system("/sbin/modprobe vboxdrv") #os.system("/sbin/modprobe vboxsf")
#os.system("/sbin/modprobe vboxdrv")
@synchronized @synchronized
+1 -1
View File
@@ -157,7 +157,7 @@
<History> <History>
<Update release="20"> <Update release="20">
<Date>2018-12-22</Date> <Date>2018-12-23</Date>
<Version>6.0.0</Version> <Version>6.0.0</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name> <Name>Mustafa Cinasal</Name>