Changeset 65403 in vbox for trunk/src/VBox
- Timestamp:
- Jan 23, 2017 3:13:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r64716 r65403 389 389 { 390 390 begin_msg "Building VirtualBox kernel modules" console 391 cleanup392 391 if ! $BUILDINTMP \ 393 392 --save-module-symvers /tmp/vboxdrv-Module.symvers \ … … 473 472 ## working fall-back code here anyway, and the "right" code is more complex 474 473 ## than the fall-back. Unnecessary duplication? 474 stop && cleanup 475 475 setup_usb "$GROUP" "$DEVICE_MODE" "$INSTALL_DIR" 476 476 setup && start
Note:
See TracChangeset
for help on using the changeset viewer.