From 68204f4b5aafab4f2e67a3f68f281fd8e618db32 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 19 Jul 2017 17:24:56 -0500 Subject: mtadm is in the disk group so flash can be read and written. --- recipes-core/useradd/useradd.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core') diff --git a/recipes-core/useradd/useradd.bb b/recipes-core/useradd/useradd.bb index 458facf..cbc48e7 100644 --- a/recipes-core/useradd/useradd.bb +++ b/recipes-core/useradd/useradd.bb @@ -28,7 +28,7 @@ GROUPADD_PARAM_${PN} = "-r -g 27 sudo" # useradd command. Multiple users can be created by separating # the commands with a semicolon. Here we'll create two users, # user1 and user2: -USERADD_PARAM_${PN} = "-u 50 -G sudo -m -r -s /bin/bash mtadm" +USERADD_PARAM_${PN} = "-u 50 -G sudo,disk -m -r -s /bin/bash mtadm" do_install () { # If the recipe doesn't have a file, the ipk -- cgit v1.2.3