pseudo: Add nobody user and group

Nodejs expects the user and group nobody to exist on global install commands.
The target build works as base-passwd contained it, however the fallback passwd did not.
This broke the SDK if nodejs was included.

(From OE-Core rev: 40b89061c1efe8c150c1ac0886616d1b6facc2a0)

Signed-off-by: Michael Davis <michael.davis@essvote.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Davis, Michael 2016-08-03 21:26:57 +00:00 committed by Richard Purdie
parent b192bc02bb
commit b26e09b748
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
root:*:0:
mail:*:8:
nobody:*:99:

View File

@ -1 +1,2 @@
root::0:0:root:/home/root:/bin/sh
nobody:*:65534:65534:nobody:/nonexistent:/bin/sh