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
- Re: Re. The Foundation [was Re: FreeBSD Mall now BSDCent... Justin T. Gibbs
- Re: Re. The Foundation [was Re: FreeBSD Mall now BSDCent... Jordan Hubbard
- Re: FreeBSD Mall now BSDCentral Terry Lambert
- Re: FreeBSD Mall now BSDCentral Bill Moran
- Re: FreeBSD Mall now BSDCentral Terry Lambert
- Re: FreeBSD Mall now BSDCentral Bill Moran
- Package based configuration control Terry Lambert
- Re: Package based configuration control Alexander Langer
- Re: FreeBSD Mall now BSDCentral David O'Brien
- Re: FreeBSD Mall now BSDCentral Terry Lambert
- Re: FreeBSD Mall now BSDCentral David O'Brien
- Re: FreeBSD Mall now BSDCentral Terry Lambert
- Re: FreeBSD Mall now BSDCentral Jordan Hubbard
- Re: FreeBSD Mall now BSDCentral Terry Lambert
- Re: FreeBSD Mall now BSDCentral Jordan Hubbard
- Re: FreeBSD Mall now BSDCentral Giorgos Keramidas
- Re: FreeBSD Mall now BSDCentral Wes Peters
- Re: FreeBSD Mall now BSDCentral Dan Cross
- Re: FreeBSD Mall now BSDCentral Dan Cross
- Re: FreeBSD Mall now BSDCentral Jordan Hubbard
- Re: FreeBSD Mall now BSDCentral Bill Moran

