On Tue, Jul 10, 2001 at 09:02:06AM -0700, Terry Lambert wrote:
> David O'Brien wrote:
> > 
> > On Mon, Jul 09, 2001 at 01:29:23PM -0700, Terry Lambert wrote:
> > > Most of the work should be done using async mounts, or
> > 
> > IT DOES.  Terry please read the code...
> 
> 
> David: please install 4.3  --R E L E A S E--, the last
> official  --R E L E A S E--.


/*
 * Miscellaneous support routines..
 *
 * $FreeBSD: src/release/sysinstall/misc.c,v 1.40 1999/11/27 14:33:07 phk Exp $
..snip...
    if (mount("ufs", mountpoint, RunningAsInit ? MNT_ASYNC | MNT_NOATIME : 0,
        (caddr_t)&ufsargs) == -1) {

There you go Terry, async mounts for installs.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to