summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/shadow/files/add_root_cmd_options.patch
Commit message (Collapse)AuthorAgeFilesLines
* shadow: add a -native recipe with customized utilitiesScott Garman2011-06-061-0/+1296
This adds a -native recipe for the shadow utilities. The custom --root option allows the the following utilities to be run within a chroot when invoked under pseudo: * useradd * groupadd * usermod * groupmod * userdel * groupdel * passwd * gpasswd * pwconv * pwunconv * grpconv * grpunconv They can then be used to manipulate user and group account information in target sysroots. useradd was also modified to create home directories recursively when necessary. Signed-off-by: Scott Garman <scott.a.garman@intel.com>