VirtualBox

Ignore:
Timestamp:
Nov 25, 2018 1:39:10 AM (6 years ago)
Author:
vboxsync
Message:

add/darwin/inst: Need to 'touch /System/Library/Extensions/' and run 'kextcache-update-volume /' after installing VBoxGuest.kext into /Library/Extensions/. OS X should then find and load it on its own.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/darwin/Installer/VBoxGuestAdditionsKEXTs/postflight

    r69500 r75701  
    6060    fi
    6161done
    62 echo "Loading newly installed kernel extensions."
    63 kextload "/Library/Extensions/VBoxGuest.kext"
     62
     63echo "Updating kernel cache (should trigger loading of new modules)."
     64touch "/System/Library/Extensions/"
     65kextcache -update-volume / || true
     66
     67#echo "Loading newly installed kernel extensions."
     68#kextload "/Library/Extensions/VBoxGuest.kext"
    6469
    6570load_service "org.virtualbox.additions.vboxservice" "/Library/LaunchDaemons" "root"
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