summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr.sbin/bsdinstall/scripts/adduser2
-rwxr-xr-xusr.sbin/bsdinstall/scripts/rootpass2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/scripts/adduser b/usr.sbin/bsdinstall/scripts/adduser
index 35c50ed..456f76b 100755
--- a/usr.sbin/bsdinstall/scripts/adduser
+++ b/usr.sbin/bsdinstall/scripts/adduser
@@ -31,4 +31,4 @@ echo "FreeBSD Installer"
echo "========================"
echo "Add Users"
echo
-chroot $BSDINSTALL_CHROOT adduser
+chroot $BSDINSTALL_CHROOT adduser 2>&1
diff --git a/usr.sbin/bsdinstall/scripts/rootpass b/usr.sbin/bsdinstall/scripts/rootpass
index b7177fc..b3dde22 100755
--- a/usr.sbin/bsdinstall/scripts/rootpass
+++ b/usr.sbin/bsdinstall/scripts/rootpass
@@ -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
OpenPOWER on IntegriCloud