image.bbclass: Make zap_root_password to disable root's password not the user root...
authorKhem Raj <raj.khem@gmail.com>
Wed, 26 May 2010 11:07:07 +0000 (04:07 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 26 May 2010 16:56:25 +0000 (09:56 -0700)
commitfea59d54134947c29e1a8967dd1f4e98d3062b81
tree4c368d68ccfee457e22af8e0f41c79299a02ab5b
parenta60230a9279610fabf213c9f4946b19c703c6fcd
image.bbclass: Make zap_root_password to disable root's password not the user root itself.

* With shadow now running pwconv after commit 7c5f81b2139e55622ca2f23ff6b63438d4825d87
  It converts :*: passwd entry into equivalent /etc/shadow entry :*:
  which in shadow means disable the account as per
  http://tldp.org/LDP/lame/LAME/linux-admin-made-easy/shadow-file-formats.html
  As a result root can not login unless one boots into shell and then
  resets the password.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <clarson@kergoth.com>
classes/image.bbclass