From owner-cvs-all Fri Mar 15 0: 1:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61BF337B495; Fri, 15 Mar 2002 00:00:38 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2F80c957876; Fri, 15 Mar 2002 00:00:38 -0800 (PST) (envelope-from luigi) Message-Id: <200203150800.g2F80c957876@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 15 Mar 2002 00:00:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.diskless1 rc.diskless2 src/share/examples/diskless clone_root X-FreeBSD-CVS-Branch: RELENG_4 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 luigi 2002/03/15 00:00:38 PST Modified files: (Branch: RELENG_4) etc rc.diskless1 rc.diskless2 share/examples/diskless clone_root Log: Two [minor] performance fixes for diskless configurations: when copying large trees into /etc and /dev, try to fetch the content from a cpio archive if there is one available, so the operation does not take multiple RTTs for each individual file. clone_root has been updated to generate the cpio archives, rc.diskless* to make use of them. Not committed to -current yet because the relevant files are already slightly different in the two branches, and I would like to have a chance to test it there first before resyncing the two versions. Revision Changes Path 1.5.2.9 +11 -2 src/etc/rc.diskless1 1.5.2.12 +11 -4 src/etc/rc.diskless2 1.1.2.3 +4 -0 src/share/examples/diskless/clone_root To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message