bsdinstall: inform users that typing will not be visible

Some users, especially those that are new, might be confused when passwd
does not echo anything. Inform users that the password will not be
visible.

PR:		196113
Submitted by:	Byron Grobe <grobe0ba@gmail.com>
This commit is contained in:
Eitan Adler 2018-01-01 22:10:21 +00:00
parent 1b25176cbc
commit 88791bd8f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327474

View File

@ -32,5 +32,6 @@ echo "========================"
echo
echo "Please select a password for the system management account (root):"
echo "Typed characters will not be visible."
chroot $BSDINSTALL_CHROOT passwd root 2>&1