From 88791bd8f6320a942ab6a8c8ba260ff42acda9c3 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 1 Jan 2018 22:10:21 +0000 Subject: [PATCH] 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 --- usr.sbin/bsdinstall/scripts/rootpass | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/bsdinstall/scripts/rootpass b/usr.sbin/bsdinstall/scripts/rootpass index 7bfd82377e48..7764a51b62fb 100755 --- a/usr.sbin/bsdinstall/scripts/rootpass +++ b/usr.sbin/bsdinstall/scripts/rootpass @@ -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