Make messages about typos appear on the screen instead of in the log file.

Reported by:	lev
Approved by:	re (kib)
This commit is contained in:
Nathan Whitehorn 2011-08-21 18:49:28 +00:00
parent e75baa2802
commit af6004651e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225065
2 changed files with 2 additions and 2 deletions

View File

@ -31,4 +31,4 @@ echo "FreeBSD Installer"
echo "========================"
echo "Add Users"
echo
chroot $BSDINSTALL_CHROOT adduser
chroot $BSDINSTALL_CHROOT adduser 2>&1

View File

@ -33,5 +33,5 @@ echo
echo "Please select a password for the system management account (root):"
chroot $BSDINSTALL_CHROOT passwd root
chroot $BSDINSTALL_CHROOT passwd root 2>&1