Home
last modified time | relevance | path

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

/systemd-251/src/firstboot/
Dfirstboot.c56 static char *arg_root_shell = NULL; variable
687 if (arg_root_shell) in prompt_root_shell()
690 r = read_credential("passwd.shell.root", (void**) &arg_root_shell, NULL); in prompt_root_shell()
720 arg_root_shell = TAKE_PTR(s); in prompt_root_shell()
881 arg_root_shell || arg_prompt_root_shell || arg_copy_root_shell)) in process_root_args()
898 r = free_and_strdup(&arg_root_shell, p->pw_shell); in process_root_args()
942 r = write_root_passwd(etc_passwd, password, arg_root_shell); in process_root_args()
1191 r = free_and_strdup(&arg_root_shell, optarg); in parse_argv()