From owner-freebsd-hackers Thu Jun 14 15:15:11 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from sdmail0.sd.bmarts.com (sdmail0.sd.bmarts.com [209.247.77.155]) by hub.freebsd.org (Postfix) with ESMTP id F1EE237B407; Thu, 14 Jun 2001 15:15:04 -0700 (PDT) (envelope-from gordont@bluemtn.net) Received: from localhost (gordont@localhost) by sdmail0.sd.bmarts.com (8.11.3/8.11.2/BMA1.1) with ESMTP id f5EM9vw71190; Thu, 14 Jun 2001 15:09:57 -0700 (PDT) Date: Thu, 14 Jun 2001 15:09:57 -0700 (PDT) From: Gordon Tetlow X-X-Sender: To: Andrew Hesford Cc: Warner Losh , Doug Barton , Cyrille Lefevre , Jon Parise , Matt Dillon , Will Andrews , Mark Santcroos , , , Subject: Re: import NetBSD rc system In-Reply-To: <20010614144245.A7853@core.usrlib.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Jun 2001, Andrew Hesford wrote: > Date: Thu, 14 Jun 2001 14:42:45 -0500 > On Thu, Jun 14, 2001 at 11:57:18AM -0700, Gordon Tetlow wrote: > > I take objection to the moving of pccard before mounting /usr. It works > just fine for those who place /var on the same partition as /, but for > guys like me, it means you are mounting /var at a different time than > other filesystems. I think that, for cohesiveness and sanity, all > filesystems should be mounted at the same time, with the mount script > simply calling `mount -a`. Otherwise, we have to wory about mount-var.sh > and mount-rest.sh. Well, the reason I thought of this was because /var is kind of special, and NetBSD does break out the mounts to a critlocal (/var) a critremote (/usr), which is a misnomer, and finally a mountall (mount -a). I was just trying to keep it as similar to NetBSD as possible. Anyway, I have no problems with moving pccard back to after /usr (and by implication /var) have been mounted. It was just a thought. Although, it makes it impossible to use a pccard ethernet to get your /usr (which I can think of a couple ways this would happen (desktop pc with a only a wireless interface to connect it to the rest of the network)). But this should all be moot as NEWCARD is going to stomp all over OLDCARD by the time this makes it's way to a -RELEASE. Sorry, I get kinda rambly on this, but I'm just trying to consider as many aspects of the boot system as possible. -gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message