From 0a01cb310b8b31bbeba6c1846d20b7f8a46c810f Mon Sep 17 00:00:00 2001 From: des Date: Fri, 11 Oct 2013 20:28:30 +0000 Subject: MFH (r256338): store some entropy after installation Approved by: re (gjb) --- usr.sbin/bsdinstall/scripts/auto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.sbin/bsdinstall/scripts/auto') diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index fe4e041..a609e06 100755 --- a/usr.sbin/bsdinstall/scripts/auto +++ b/usr.sbin/bsdinstall/scripts/auto @@ -222,5 +222,8 @@ if [ $? -eq 0 ]; then chroot "$BSDINSTALL_CHROOT" /bin/sh 2>&1 fi +bsdinstall entropy +bsdinstall umount + echo "Installation Completed at $(date)" >> $BSDINSTALL_LOG -- cgit v1.1