From owner-cvs-src@FreeBSD.ORG Tue Mar 30 23:24:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B360416A4CF; Tue, 30 Mar 2004 23:24:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD1B043D1D; Tue, 30 Mar 2004 23:24:15 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V7OFGe083876; Tue, 30 Mar 2004 23:24:15 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V7OFeJ083875; Tue, 30 Mar 2004 23:24:15 -0800 (PST) (envelope-from luigi) Message-Id: <200403310724.i2V7OFeJ083875@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 30 Mar 2004 23:24:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d initdiskless X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 07:24:15 -0000 luigi 2004/03/30 23:24:15 PST FreeBSD src repository Modified files: etc/rc.d initdiskless Log: Minor changes mostly as discussed on the lists a few days ago: + SUBDIR.cpio.gz prevents files from SUBDIR/ to be copied when priming the memory filesystems. This restores the old behaviour and makes the copy process a lot more efficient + look for templates also in the list of directories supplied by bootp/dhcp via the T134 option aka kern.bootp_cookie + keep track of directories temporarily mounted with "remount" or "diskless_remount" commands and unmount them once we are done with them (at the end of this script). Revision Changes Path 1.32 +22 -6 src/etc/rc.d/initdiskless