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 02F5F13897A for ; Sun, 10 Feb 2013 20:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B6DA21C0EF; Sun, 10 Feb 2013 20:40:25 +0000 (UTC) Received: from homiemail-a80.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 64C2421C04A for ; Sun, 10 Feb 2013 20:40:23 +0000 (UTC) Received: from homiemail-a80.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a80.g.dreamhost.com (Postfix) with ESMTP id 62D1337A06F for ; Sun, 10 Feb 2013 12:40:22 -0800 (PST) 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=qfnpyBJCxgRdZ6Ct/UsXlE0kgzM=; b=lghuwk8RNA77 TgAHFhY12zmmIwtRG6id1n3X05PRKwdV2YFUw8eFLQD7PCsotYBgbhmliigBmyDN To6cVoYlVY7Nx4bPxkuc3uZt9o/JqoIVRvu381wAIsVbq16/7O66mFh+L7NxUKC2 qlyodA6uGQc+TL2xnX2z5d6i+llW6KE= Received: from [127.0.0.1] (unknown [159.63.145.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a80.g.dreamhost.com (Postfix) with ESMTPSA id 3AD5837A065 for ; Sun, 10 Feb 2013 12:40:22 -0800 (PST) Message-ID: <511805A0.7070004@libertytrek.org> Date: Sun, 10 Feb 2013 15:40:00 -0500 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 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] New USE flags for lvm2? References: <5117E901.7020703@libertytrek.org> <5117EB47.1090007@binarywings.net> <5117EFFA.1010605@libertytrek.org> <20130210195713.49f3accc@digimed.co.uk> In-Reply-To: <20130210195713.49f3accc@digimed.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 3a0dca49-e26c-4ebd-9442-ec2bb278384d X-Archives-Hash: 5fbf598ef8bb0bbfa065d9427a3c278b On 2013-02-10 2:57 PM, Neil Bothwick wrote: > On Sun, 10 Feb 2013 14:07:38 -0500, Tanstaafl wrote: > >> So, the question becomes, why did these change? I do have /user on a >> separate LVM partition, so, is this something I should worry about? > > The static use flag builds a separate lvm.static all-in-one binary > more suitable for use in an initramfs. Thanks Neil... Now that I'm looking at the USE flags that were used for the current install, I'm confused... Here's what IUSE says are enabled for the currently installed lvm2: readline +static +static-libs clvm cman +lvm1 selinux But... emerge output shows: [ebuild U ] sys-fs/lvm2-2.02.97-r1 [2.02.88] USE="lvm1 readline thin%* udev%* (-clvm) (-cman) (-selinux) -static* -static-libs*" 1,166 kB The only ones showing as changed (in green and with asterisks by them) are -static and -static-libs... So, why do clvm, cman and selinux all show as not previously used according to emerge output (in blue, with a '-' in front of them? Confusing...