Changeset 31315 in vbox for trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
- Timestamp:
- Aug 2, 2010 3:33:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r29664 r31315 329 329 fi 330 330 331 # Add a group "vboxsf" for Shared Folders access 332 # All users which want to access the auto-mounted Shared Folders have to 333 # be added to this group. 334 groupadd vboxsf >/dev/null 2>&1 335 331 336 # install openGL extensions for X.Org 332 337 if test ! -z "$xorgbin"; then
Note:
See TracChangeset
for help on using the changeset viewer.