diff options
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/busybox/openslx-busybox-config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remote/modules/busybox/openslx-busybox-config b/remote/modules/busybox/openslx-busybox-config index 115c0003..771d03ec 100644 --- a/remote/modules/busybox/openslx-busybox-config +++ b/remote/modules/busybox/openslx-busybox-config @@ -461,9 +461,15 @@ CONFIG_FEATURE_ADDUSER_LONG_OPTIONS=y # CONFIG_FEATURE_CHECK_NAMES is not set CONFIG_FIRST_SYSTEM_ID=100 CONFIG_LAST_SYSTEM_ID=999 +# group options for vbox module - next three lines original +# these modifications will be reverted when vbox udev rules are set +# therefore do not depend on addgroup! # CONFIG_ADDGROUP is not set # CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS is not set # CONFIG_FEATURE_ADDUSER_TO_GROUP is not set +CONFIG_ADDGROUP=Y +CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS=Y +CONFIG_FEATURE_ADDUSER_TO_GROUP=Y # CONFIG_DELUSER is not set # CONFIG_DELGROUP is not set # CONFIG_FEATURE_DEL_USER_FROM_GROUP is not set |
