From owner-cvs-all Fri Feb 22 17:42:20 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 5DDD237B404; Fri, 22 Feb 2002 17:42:12 -0800 (PST) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g1N1g6f65635; Fri, 22 Feb 2002 17:42:06 -0800 (PST) (envelope-from rizzo) Date: Fri, 22 Feb 2002 17:42:06 -0800 From: Luigi Rizzo To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.diskless1 rc.diskless2 Message-ID: <20020222174206.A63155@iguana.icir.org> References: <200202221905.g1MJ5NJ65641@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200202221905.g1MJ5NJ65641@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The call to "newaliases" which you introduced in /etc/rc.diskless1 requires /usr to be mounted, which is not guaranteed at that stage. I think that part should be backed out and moved to /etc/rc.diskless2 after the "mount -a" Also, in /etc/rc.diskless2, the part that reads rc.conf is redundant, as the configuration files have been already read in /etc/rc right after the invokation of /etc/rc.diskless1 cheers luigi On Fri, Feb 22, 2002 at 11:05:22AM -0800, David E. O'Brien wrote: > obrien 2002/02/22 11:05:22 PST > > Modified files: > etc rc.diskless1 rc.diskless2 > Log: > The existing bazaar and site-specific policy in rc.diskless1 is Just Wrong; > and looks like no other Unix diskless configuration I've ever seen. > Thus allow a more traditional /etc. > > Note, the use of an MFS /var should also be settable. > Otherwise installing ports(packages) is just a total PITA. > > Revision Changes Path > 1.14 +14 -8 src/etc/rc.diskless1 > 1.16 +3 -3 src/etc/rc.diskless2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message