Changeset 31315 in vbox
- Timestamp:
- Aug 2, 2010 3:33:44 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64342
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r30443 r31315 397 397 # And for the others, we choose a UID ourselves 398 398 useradd -d /var/run/vboxadd -g 1 -u 501 -o -s /bin/false vboxadd >/dev/null 2>&1 399 400 # Add a group "vboxsf" for Shared Folders access 401 # All users which want to access the auto-mounted Shared Folders have to 402 # be added to this group. 403 groupadd -f vboxsf >/dev/null 2>&1 399 404 400 405 # Create udev description file -
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.