From 1b72d21bc3713b6c82f56e31e84413e0956fa4ed Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Tue, 19 Jun 2018 16:51:50 +1000 Subject: 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 --- lib/param_list/param_list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/param_list/param_list.c b/lib/param_list/param_list.c index b3a45f8..9a01be6 100644 --- a/lib/param_list/param_list.c +++ b/lib/param_list/param_list.c @@ -22,6 +22,7 @@ const char **common_known_params(void) "petitboot,console", "petitboot,http_proxy", "petitboot,https_proxy", + "petitboot,password", NULL, }; -- cgit v1.2.1