From owner-cvs-src@FreeBSD.ORG Tue May 24 10:08:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 12BA316A41C; Tue, 24 May 2005 10:08:03 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED4343D1D; Tue, 24 May 2005 10:08:02 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk [83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id EA3441EC353; Tue, 24 May 2005 12:08:00 +0200 (CEST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.3/8.13.3) with ESMTP id j4OA7sLj053491; Tue, 24 May 2005 12:07:54 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Andrea Campi From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 24 May 2005 11:24:54 +0200." <20050524092454.GI12943@webcom.it> Date: Tue, 24 May 2005 12:07:54 +0200 Message-ID: <53490.1116929274@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd/Customize files pkgs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 24 May 2005 10:08:03 -0000 In message <20050524092454.GI12943@webcom.it>, Andrea Campi writes: >Don't these duplicate what already is in Customize/default? Even though >I do prefer keeping the two steps separate the way you did... Yes. I don't like Customize/default, I want to have more control over it. > cd $3/Files >-find . -print | cpio -dumpv $1 >+find . ! -path \*/CVS\* -print | cpio -dumpv $1 Going in when tested. > - I don't install pkg_add on the image, so Customize/pkgs has >no chance of working; the Customize/default is better, any chance >of using that instead? Something like (untested): I'm not at all keen on mucking about with the contents of the packages this way, I'd rather copy pkg_add into the chroot and remove it afterwards. > - if we go this way, default is only left with movelocaletc, which >could be as well moved into its own script. Exactly. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.