[OE-core] Post USERADD_PARAM action
Khem Raj
raj.khem at gmail.com
Thu May 28 01:23:43 UTC 2015
> On May 22, 2015, at 4:37 AM, Laszlo Papp <lpapp at kde.org> wrote:
>
> Hi,
>
> is it possible to do some post action after useradd_param is executed?
>
> I would like to modify the created user's home directory, in this
> special case the profile. I see that the useradd util has this on
> desktop, but busybox does not have it, and very likely will not have
> it, at least not in the near future anyway:
>
> -k, --skel SKEL_DIR
> The skeleton directory, which contains files and
> directories to be copied in the user's home directory, when the home
> directory is created by useradd.
>
> This option is only valid if the -m (or --create-home)
> option is specified.
>
> If this option is not set, the skeleton directory is
> defined by the SKEL variable in /etc/default/useradd or, by default,
> /etc/skel.
>
> If possible, the ACLs and extended attributes are copied.
>
> I would like to do something like this with the created user's home directory:
>
> echo PATH=/sbin:$PATH > /home/foo/.profile
> chmod foo:foo /home/foo/.profile
>
> But then again, for this, I need to make sure that the user is already created.
>
may be you can insert a custom task after useradd_sysroot ?
> Ys, L.
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150527/dbb5351f/attachment-0002.sig>
More information about the Openembedded-core
mailing list