Home
last modified time | relevance | path

Searched refs:write_root_passwd (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/firstboot/
Dfirstboot.c727 static int write_root_passwd(const char *passwd_path, const char *password, const char *shell) { in write_root_passwd() function
942 r = write_root_passwd(etc_passwd, password, arg_root_shell); in process_root_args()