From 7181bd5c48be5cb1372ab6a12378d789abbcec73 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Wed, 13 Jul 2011 13:25:12 +0000 Subject: Run newaliases at the end of the install process. Submitted by: kevlo --- usr.sbin/bsdinstall/scripts/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr.sbin/bsdinstall/scripts/config b/usr.sbin/bsdinstall/scripts/config index 5d7c3ce..4340450 100755 --- a/usr.sbin/bsdinstall/scripts/config +++ b/usr.sbin/bsdinstall/scripts/config @@ -30,3 +30,7 @@ cat $BSDINSTALL_TMPETC/rc.conf.* >> $BSDINSTALL_TMPETC/rc.conf rm $BSDINSTALL_TMPETC/rc.conf.* cp $BSDINSTALL_TMPETC/* $BSDINSTALL_CHROOT/etc + +# Set up other things from installed config +chroot $BSDINSTALL_CHROOT /usr/bin/newaliases + -- cgit v1.1