New user from useradd not found on the /etc/passwd
Hi all.
I am adding a new user to my Linux image. After generating the image I verify the `/etc/passwd` on the rootfs and the new user is not present. When I try to login to this new user on the running image itself, it doesn't work. As I am using the "read-only-rootfs" feature, I think some extra setup is required to fix this issue.
In order to build my recipe, I followed the instructions from useradd-example.bb .
How to add a new user properly with the read only rootfs feature?
PS. I am setting another partition on the /home. So this folder is writable.
Thanks
