VirtualBox

Changeset 86474 in vbox for trunk/src/VBox/Installer/darwin


Ignore:
Timestamp:
Oct 7, 2020 6:21:02 PM (4 years ago)
Author:
vboxsync
Message:

Fix for r140752, trying to load by bundle identifier during installation is of course not working, the path is required, bugref:9836

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/VBoxKEXTs/postflight

    r86449 r86474  
    9191else
    9292    VBOX_RC=0
    93     if ! kmutil load -b org.virtualbox.kext.VBoxDrv; then
     93    if ! kmutil load -p '/Library/Application Support/VirtualBox/VBoxDrv.kext'; then
    9494        VBOX_RC=1
    9595    fi
    9696
    97     if ! kmutil load -b org.virtualbox.kext.VBoxUSB; then
     97    if ! kmutil load -p '/Library/Application Support/VirtualBox/VBoxUSB.kext'; then
    9898        VBOX_RC=1
    9999    fi
    100100
    101     if ! kmutil load -b org.virtualbox.kext.VBoxNetFlt; then
     101    if ! kmutil load -p '/Library/Application Support/VirtualBox/VBoxNetFlt.kext'; then
    102102        VBOX_RC=1
    103103    fi
    104104
    105     if ! kmutil load -b org.virtualbox.kext.VBoxNetAdp; then
     105    if ! kmutil load -p '/Library/Application Support/VirtualBox/VBoxNetAdp.kext'; then
    106106        VBOX_RC=1
    107107    fi
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette