Subject: Re: boot on mfs
To: Todd Whitesel <toddpw@best.com>
From: Frederic GILLIERS <fredg@DotCom.FR>
List: tech-kern
Date: 08/21/2000 15:02:31
Todd Whitesel wrote:

> > +#ifdef FORCE_INIT_SINGLE
> > +     /*
> > +      * Force init to run single user.
> > +      */
> > +     boothowto |= RB_SINGLE;
> > +#endif
> > +
>
> I like this. Some stuff I have planned for later this year could use it.
>
> Todd Whitesel
> toddpw @ best.com

I've tryed to run NetBSD multi-user with a memory disk mounted root, and it
worked just fine.