[yocto] Where root password is defined by default

2016-01-12 Thread Vivek Per
Hi, Where root password is defined by default. How can we change it Thanks and regards Vivek -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Where root password is defined by default

2016-01-12 Thread Michael Habibi
I see an example of setting the root password in the extrausers class documentation - http://www.yoctoproject.org/docs/2.0/ref-manual/ref-manual.html#ref-classes-extrausers This sets the password to 1876*18: inherit extrausers EXTRA_USERS_PARAMS = "\ usermod -P 1876*18 root;