From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D08491381F3 for ; Mon, 26 Aug 2013 16:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665C3E0E4F; Mon, 26 Aug 2013 16:36:56 +0000 (UTC) Received: from homiemail-a68.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 2A3C4E0ADD for ; Mon, 26 Aug 2013 16:36:55 +0000 (UTC) Received: from homiemail-a68.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a68.g.dreamhost.com (Postfix) with ESMTP id 6D7E2400F6B13 for ; Mon, 26 Aug 2013 09:36:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=eWSF6o64PUGeu9Cxr9bbZ0nXQ7g=; b=Pjob4zPPvrvV trwCgRihbQ6P7VFx97G2xf0qVpc2XwP6g3VKgZQJqBsf6G25IWg25Yepo2ZUGa4j i7m+0fF33AvjZaxN2uGzpl9O04X3FjD6U+4rbAfy2GolVySt+0GGyha88EEPu8UB ASJAsmQ8O5Jo9EAin1vsWlajZwHHHf0= Received: from [127.0.0.1] (unknown [159.63.145.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a68.g.dreamhost.com (Postfix) with ESMTPSA id 3DECF400F6B0C for ; Mon, 26 Aug 2013 09:36:54 -0700 (PDT) Message-ID: <521B840E.4030606@libertytrek.org> Date: Mon, 26 Aug 2013 12:36:30 -0400 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Optional /usr merge in Gentoo References: <520A5446.1050001@mail.ru> <520DA782.4050803@sporkbox.us> <520F6333.70301@dmj.nu> <9716EEEB-144F-47AA-A828-FC9A508CE9FA@stellar.eclipse.co.uk> <521090F5.4090305@gmail.com> <521122CB.4010003@libertytrek.org> <521A7EE9.8000706@gmail.com> <521B553C.2020307@libertytrek.org> <20130826151140.49656d5c@digimed.co.uk> In-Reply-To: <20130826151140.49656d5c@digimed.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 390a9a64-573f-45b1-ac38-386c4145f32c X-Archives-Hash: 9edb14bec3ee6c8c322db1a6d32785bb On 2013-08-26 10:11 AM, Neil Bothwick wrote: > On Mon, 26 Aug 2013 09:16:44 -0400, Tanstaafl wrote: > >>> You can get ZFS on Linux with relative ease, you just have to build it >>> yourself. Distros feel they can't redistribute that code. >> >> I know you can do this as a module - but is there an overlay or patch >> to get it built directly into the kernel? I'd love to use ZFS on my >> gentoo server, but I disable modules on servers for security reasons. > > You can do it. You have to unmask the kernel_builtin USE flag to stop zfs > bringing in zfs_kmod, then unpack the sources and run the script to > install them into the kernel tree. Very interesting, thanks... nice to know it can be done, but I wouldn't be uncomfortable doing that myself... Would be nice if there was a kernel overlay for this...