From owner-cvs-all Sat Jul 27 20:41:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2358A37B400; Sat, 27 Jul 2002 20:41:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F7943E4A; Sat, 27 Jul 2002 20:41:53 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: from freefall.freebsd.org (dd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6S3frJU011632; Sat, 27 Jul 2002 20:41:53 -0700 (PDT) (envelope-from dd@freefall.freebsd.org) Received: (from dd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6S3froT011631; Sat, 27 Jul 2002 20:41:53 -0700 (PDT) Message-Id: <200207280341.g6S3froT011631@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 27 Jul 2002 20:41:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.diskless1 src/etc/rc.d initdiskless X-FreeBSD-CVS-Branch: HEAD 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 dd 2002/07/27 20:41:53 PDT Modified files: etc rc.diskless1 etc/rc.d initdiskless Log: Stock -current has more than 300 files in /etc, so 255 inodes for the /etc filesystem isn't enough; consequently, add "-i 4096" to the newfs command for /etc. This results in 1022 inodes, which should be enough for the forseeable future (although I don't know why we would ever have more than 1000 files in a default /etc). Silence by: -current Revision Changes Path 1.18 +1 -1 src/etc/rc.d/initdiskless 1.17 +2 -2 src/etc/rc.diskless1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message