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 76AED1381F3 for ; Fri, 2 Aug 2013 11:14:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 764C2E0AF6; Fri, 2 Aug 2013 11:14:23 +0000 (UTC) Received: from homiemail-a43.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 71CF8E0AE9 for ; Fri, 2 Aug 2013 11:14:22 +0000 (UTC) Received: from homiemail-a43.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a43.g.dreamhost.com (Postfix) with ESMTP id BDBBD8C06E for ; Fri, 2 Aug 2013 04:14:21 -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=Ih7cT3Dj7m6rpxmrneAKQGmyCq0=; b=m7ClwRIcNtOx AdCN/6nK0BwgRZOc5qOYbQayuhPCNIz0407BJe3UCQhDH/kft44SVUITJIN+JDdQ M7dQXNSy8gg4oGGKKnBW6qSXOy6QqLEoELWNtUo+qiimXt6JojjSN4uIefLJJq4v w6Ns8eCmG0rNPT/k2UCxxvXhZ0ow/jA= 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-a43.g.dreamhost.com (Postfix) with ESMTPSA id 9D0EC8C05F for ; Fri, 2 Aug 2013 04:14:21 -0700 (PDT) Message-ID: <51FB9476.5090704@libertytrek.org> Date: Fri, 02 Aug 2013 07:13:58 -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] Moving from old udev to eudev References: <51FA8CB6.60000@libertytrek.org> <51FABF3E.4040506@gmail.com> <51FAC50F.3060202@libertytrek.org> <51FAD625.7070807@gmail.com> In-Reply-To: <51FAD625.7070807@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 2060a34c-8c78-45c0-a587-dbea024df4cf X-Archives-Hash: 47b577d9dc8e0aba82897d88d1649bc7 On 2013-08-01 5:41 PM, Dale wrote: > When the version of udev came out that was said to require a init thingy > or /usr on /, that is when I switched to eudev. I haven't used the > newer versions of udev. I do have this in my kernel config tho: > > root@fireball / # cat /usr/src/linux/.config | grep -i CONFIG_DEVTMPFS > CONFIG_DEVTMPFS=y > CONFIG_DEVTMPFS_MOUNT=y > root@fireball / # Thanks Dale... looks easy enough... But what about removing the udev-postmount init script? I guess that is the last question I need answered before jumping down the rabbit hole Sunday... Thanks again to all who responded...