Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2002 17:42:06 -0800
From:      Luigi Rizzo <rizzo@icir.org>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
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>
In-Reply-To: <200202221905.g1MJ5NJ65641@freefall.freebsd.org>
References:  <200202221905.g1MJ5NJ65641@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020222174206.A63155>