From f649325ba73a7165a14c1f1134b30b12a96d3718 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 29 Jul 2020 08:21:01 +0100 Subject: [PATCH] firstboot: Update help string with --root-shell options --- src/firstboot/firstboot.c | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.2