Changeset 38016 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 18, 2011 1:06:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r37792 r38016 562 562 # For VirtualBox 3.1 the new USB code requires Nevada > 123 563 563 if test "$HOST_OS_MINORVERSION" -gt 123; then 564 # Add a group "vboxuser" (8-character limit) for USB access. 565 # All users which need host USB-passthrough support will have to be added to this group. 566 groupadd vboxuser >/dev/null 2>&1 567 564 568 add_driver "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" "not-$NULLOP" "'* 0666 root sys'" 565 569 load_module "drv/$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" 570 571 chown root:vboxuser "/devices/pseudo/vboxusbmon@0:vboxusbmon" 566 572 567 573 # Add vboxusbmon to devlink.tab
Note:
See TracChangeset
for help on using the changeset viewer.