diff options
-rw-r--r-- | meta/recipes-support/user-creation/xuser-account_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/user-creation/xuser-account_0.1.bb b/meta/recipes-support/user-creation/xuser-account_0.1.bb index a7575a4ac5..58e813918f 100644 --- a/meta/recipes-support/user-creation/xuser-account_0.1.bb +++ b/meta/recipes-support/user-creation/xuser-account_0.1.bb | |||
@@ -21,7 +21,7 @@ do_install() { | |||
21 | USERADD_PACKAGES = "${PN}" | 21 | USERADD_PACKAGES = "${PN}" |
22 | GROUPADD_PARAM_${PN} = "--system shutdown" | 22 | GROUPADD_PARAM_${PN} = "--system shutdown" |
23 | USERADD_PARAM_${PN} = "--create-home \ | 23 | USERADD_PARAM_${PN} = "--create-home \ |
24 | --groups video,tty,audio,input,shutdown \ | 24 | --groups video,tty,audio,input,shutdown,disk \ |
25 | --user-group xuser" | 25 | --user-group xuser" |
26 | 26 | ||
27 | ALLOW_EMPTY_${PN} = "1" | 27 | ALLOW_EMPTY_${PN} = "1" |