- Timestamp:
- Jan 20, 2022 5:55:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r93115 r93374 40 40 # * Should fail if the configuration file is missing or missing INSTALL_DIR or 41 41 # INSTALL_VER entries. 42 # * vboxadd user and vboxsfgroups should be created if they do not exist - test42 # * vboxadd, vboxsf and vboxdrmipc user groups should be created if they do not exist - test 43 43 # by removing them before installing. 44 44 # * Shared folders can be mounted and auto-mounts accessible to vboxsf group, … … 430 430 test -n "${INSTALL_NO_MODULE_BUILDS}" || create_module_rebuild_script 431 431 shared_folder_setup 432 # Create user group which will have permissive access to DRP IPC server socket. 433 groupadd -r -f vboxdrmipc >/dev/null 2>&1 434 432 435 if running_vboxguest || running_vboxadd; then 433 436 info "Running kernel modules will not be replaced until the system is restarted"
Note:
See TracChangeset
for help on using the changeset viewer.