summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/rootfs/rootfs-stage32/module.build')
-rw-r--r--core/rootfs/rootfs-stage32/module.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/rootfs/rootfs-stage32/module.build b/core/rootfs/rootfs-stage32/module.build
index f20c5196..d6760002 100644
--- a/core/rootfs/rootfs-stage32/module.build
+++ b/core/rootfs/rootfs-stage32/module.build
@@ -101,9 +101,9 @@ post_copy() {
init_users_and_groups
# quick fix for missing group in /etc/group
- add_group "lock"
- add_group "nogroup" 65534
- USERID=65534 GROUPID=65534 add_user "nobody"
+ add_system_group "lock"
+ add_system_group "nogroup" 65534
+ USERID=65534 GROUPID=65534 add_system_user "nobody"
# setup root account
PASSWORD= USER=root add_user