From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 21:35:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46BFF1065673 for ; Tue, 16 Dec 2008 21:35:30 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8B5F78FC0C for ; Tue, 16 Dec 2008 21:35:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mBGLZLig062773; Tue, 16 Dec 2008 22:35:21 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mBGLZKcd062770; Tue, 16 Dec 2008 22:35:20 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 16 Dec 2008 22:35:20 +0100 (CET) From: Wojciech Puchar To: Bernard Dugas In-Reply-To: <49481468.7070601@dugas-family.org> Message-ID: <20081216223430.J62763@wojtek.tensor.gdynia.pl> References: <20081216094719.EDCEE1065675@hub.freebsd.org> <49478749.2030200@dugas-family.org> <20081216123057.M61117@wojtek.tensor.gdynia.pl> <4947B50B.7010802@dugas-family.org> <20081216160327.N61449@wojtek.tensor.gdynia.pl> <3a142e750812160715p751483edh610a4adb055d31a2@mail.gmail.com> <49481468.7070601@dugas-family.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "Paul B. Mahol" , freebsd-questions@freebsd.org Subject: Re: Optimising pxeboot disk size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2008 21:35:30 -0000 > > MOUNT_NULLFS(8) doc is very detailled, but i can't find how to use it for my > problem : being able to go from common shared configuration to specific you can't - nullfs doesn't do this. use symlinks /etc containing tons of links to /sharedetc and few files instead of symlink - for those that are different.