From: Daan De Meyer Date: Wed, 29 Jul 2020 07:21:01 +0000 (+0100) Subject: firstboot: Update help string with --root-shell options X-Git-Tag: v246~18 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=f649325ba73a7165a14c1f1134b30b12a96d3718;ds=sidebyside firstboot: Update help string with --root-shell options --- diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index a86a7a8672a..a3f442518ec 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -999,16 +999,19 @@ static int help(void) { " --root-password=PASSWORD Set root password from plaintext password\n" " --root-password-file=FILE Set root password from file\n" " --root-password-hashed=HASHED_PASSWORD Set root password from hashed password\n" + " --root-shell=SHELL Set root shell\n" " --prompt-locale Prompt the user for locale settings\n" " --prompt-keymap Prompt the user for keymap settings\n" " --prompt-timezone Prompt the user for timezone\n" " --prompt-hostname Prompt the user for hostname\n" " --prompt-root-password Prompt the user for root password\n" + " --prompt-root-shell Prompt the user for root shell\n" " --prompt Prompt for all of the above\n" " --copy-locale Copy locale from host\n" " --copy-keymap Copy keymap from host\n" " --copy-timezone Copy timezone from host\n" " --copy-root-password Copy root password from host\n" + " --copy-root-shell Copy root shell from host\n" " --copy Copy locale, keymap, timezone, root password\n" " --setup-machine-id Generate a new random machine ID\n" " --force Overwrite existing files\n"