Changeset 76023 in vbox for trunk/src/VBox/Additions/darwin/Installer/VBoxGuestAdditionsKEXTs
- Timestamp:
- Dec 6, 2018 7:05:37 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127249
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/Installer/VBoxGuestAdditionsKEXTs/postflight
r75701 r76023 65 65 kextcache -update-volume / || true 66 66 67 #echo "Loading newly installed kernel extensions."68 #kextload "/Library/Extensions/VBoxGuest.kext"69 70 67 load_service "org.virtualbox.additions.vboxservice" "/Library/LaunchDaemons" "root" 71 68 load_service "org.virtualbox.additions.vboxclient" "/Library/LaunchAgents" "${USER}" 72 69 70 echo "Warning: If VBoxService adjusts the time backwards (because of --biossystemtimeoffset), the installer may hang." 73 71 echo "Done." 74 72
Note:
See TracChangeset
for help on using the changeset viewer.