]> git.pld-linux.org Git - packages/VMware-workstation.git/commitdiff
- if we're unloading vmmon, then we should load it too
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 15 Apr 2005 16:37:49 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-workstation.init -> 1.19

VMware-workstation.init

index c000a6c22522f475c99c12cd2aed9e584c759e41..485e0444f0c262d3d6671f9320729c644d8c0b4d 100755 (executable)
@@ -300,6 +300,10 @@ case "$1" in
        # Try to load parport_pc. Failure is allowed as it does not exist
        # on kernels 2.0
        /sbin/modprobe parport_pc >/dev/null 2>&1
+       msg_starting 'Virtual machine monitor'
+       busy
+       /sbin/modprobe $driver
+       [ "$?" -eq "0" ] && ok || fail
        if [ "$VM_NETWORKING" = 'yes' ]; then
                msg_starting 'Virtual ethernet'
                busy
This page took 0.0862309999999999 seconds and 4 git commands to generate.