From 94dc01219a127a96409f5afcefd1a4a30759b1eb Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 15 Mar 2018 09:30:39 +0000 Subject: MFC r327474: 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 --- usr.sbin/bsdinstall/scripts/rootpass | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin') diff --git a/usr.sbin/bsdinstall/scripts/rootpass b/usr.sbin/bsdinstall/scripts/rootpass index 7bfd823..7764a51 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 -- cgit v1.1