summaryrefslogtreecommitdiffstats
path: root/remote/modules/busybox
diff options
context:
space:
mode:
authorChristian Rößler2013-08-29 14:45:09 +0200
committerChristian Rößler2013-08-29 14:45:09 +0200
commite5d04597cab112513bdf90fd49fd97194df69954 (patch)
treee1844c6e603d455fee619c20cff2055d50339890 /remote/modules/busybox
parentFilter lists for stage4 need to be refined ... (excluding runlevel stuff, whi... (diff)
downloadtm-scripts-e5d04597cab112513bdf90fd49fd97194df69954.tar.gz
tm-scripts-e5d04597cab112513bdf90fd49fd97194df69954.tar.xz
tm-scripts-e5d04597cab112513bdf90fd49fd97194df69954.zip
[busybox] Temporary! Config options changed for addgroup, needed by vbox
for testing purposes. Will be reverted soon, do not depend on.
Diffstat (limited to 'remote/modules/busybox')
-rw-r--r--remote/modules/busybox/openslx-busybox-config6
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