From owner-freebsd-stable Mon Oct 9 10:48:46 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rnocserv.urc.ac.ru (rnocserv.urc.ac.ru [193.233.85.2]) by hub.freebsd.org (Postfix) with ESMTP id CEBF337B66C for ; Mon, 9 Oct 2000 10:48:39 -0700 (PDT) Received: from belle.RNOC-dialup.urc.ac.ru (belle.RNOC-dialup.urc.ac.ru [193.233.85.126]) by rnocserv.urc.ac.ru (8.11.0/8.11.0) with ESMTP id e99HmV501587 for ; Mon, 9 Oct 2000 23:48:32 +0600 (YEKST) (envelope-from anton@urc.ac.ru) Date: Mon, 9 Oct 2000 23:48:29 +0600 (YEKST) From: Anton Voronin X-Sender: anton@belle.rnoc-dialup.urc.ac.ru To: freebsd-stable@freebsd.org Subject: rc.diskless2 tries to use filesystems not mounted yet Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all. Yes, I know that rc.diskless2 may be redefined. But it seems not to work itself. It uses chown, find and cpio that are located in /usr. But in the diskless configuration /usr is usually an nfs partition, so it is mounted much later than ${mount_diskless} is called. So shouldn't this script mount all nfs filesystems itself? Regards, Anton Voronin Ural Regional Center of FREEnet, Southern Ural State University, Chelyabinsk, Russia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message