Re: [yocto] default root password

2013-10-18 Thread David Andrey
un...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of David Andrey > Sent: Wednesday, October 16, 2013 8:58 AM > To: yocto@yoctoproject.org > Subject: [yocto] default root password > > Hi, > > There are lot of threads floating around, and a FAQ wi

Re: [yocto] default root password

2013-10-17 Thread Diego Sueiro
2013/10/17 Bryan Evenson > I know there is the EXTRA_USER_PARAMS feature for adding users and > modifying a user's password, but I couldn't get it to work for root. I > tried adding: > > INHERIT += "extrausers" > EXTRA_USERS_PARAMS = "\ > usermod -p '' root; \ > " > > and I would get err

Re: [yocto] default root password

2013-10-17 Thread Bryan Evenson
ete when I tried to modify the root password in this manner. The other way worked so I went with that. Hope that helps. -Bryan Evenson > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of David Andrey > Sent: Wed

Re: [yocto] default root password

2013-10-17 Thread Diego Sueiro
2013/10/16 David Andrey > Hi, > > There are lot of threads floating around, and a FAQ without answer. > https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_p > assword > > So what is the official way to set a default root password ? > Using a sed command on /etc/passwd through

[yocto] default root password

2013-10-16 Thread David Andrey
Hi, There are lot of threads floating around, and a FAQ without answer. https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_p assword So what is the official way to set a default root password ? Using a sed command on /etc/passwd through ROOTFS_POSTPROCESS_COMMAND or is there a