]> git.ozlabs.org Git - petitboot/commit
discover/platform-powerpc: Read and write password hash from NVRAM
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 19 Jun 2018 06:51:50 +0000 (16:51 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Mon, 3 Dec 2018 03:39:57 +0000 (14:39 +1100)
commit1b72d21bc3713b6c82f56e31e84413e0956fa4ed
treeeaa2c5ee39c3f5748d212d3dd1bb3adf9c835a59
parent121d6bb265e991a237e9d07cfd84eed5a3ce3d57
discover/platform-powerpc: Read and write password hash from NVRAM

If petitboot,password exists set it as the root password. This will be
the password used to authenticate clients.
This is the *hash* of a password as it would appear in /etc/shadow, not
the password itself.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/platform-powerpc.c
lib/param_list/param_list.c