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 238C91381F3 for ; Sat, 15 Dec 2012 10:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06F1521C05C; Sat, 15 Dec 2012 10:20:16 +0000 (UTC) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43ED221C01E for ; Sat, 15 Dec 2012 10:18:29 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id w12so3477949lag.40 for ; Sat, 15 Dec 2012 02:18:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=KDC1k3ryHgPA02d/2kYgvGTST1ev7dkykN/zESW11Qk=; b=GSIJl9JpqVSKzn6kzo6/ZUdWMLI7igCPuEJgD1SmoPprYdhVFZKl+g9h97jy63AavO 4ThqYJHFDssQYrxmywtchtjsB72czkx1IdaRuXQ/IDa/0ifJ6xe8OqzTLgqIdwmHfkzm Y66pBnCRgO/puExXY825EfxJjjS3Ca56KHjV4oVw57McXsiPvynV8jqdEspA0RkjFD2+ s1T861aUrlRyR1GihqW5f/MWCGoB3Fa1SDe4UxRe7WotGhO/lxagJI9VDrwCBMxdonce hidhCknj/q9qOyVfNxD2wn+U27vmhmaVvbRLuch63QMn1HHVPMztPA2IgM8Q90akDiNX 9mng== Received: by 10.152.148.40 with SMTP id tp8mr5194256lab.30.1355566708465; Sat, 15 Dec 2012 02:18:28 -0800 (PST) Received: from localhost.localnet (p4FC600C4.dip0.t-ipconnect.de. [79.198.0.196]) by mx.google.com with ESMTPS id s9sm2739092lbc.12.2012.12.15.02.18.26 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Dec 2012 02:18:27 -0800 (PST) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Cc: Kevin Chadwick Subject: Re: [gentoo-user] Anyone switched to eudev yet? Date: Sat, 15 Dec 2012 11:18:25 +0100 Message-ID: <1687057.4tTYKEJzqn@localhost> User-Agent: KMail/4.9.4 (Linux/3.4.20; KDE/4.9.4; x86_64; ; ) In-Reply-To: <20121214213454.79e8786d@kc-sys.chadwicks.me.uk> References: <50CB1942.3020900@gmail.com> <20121214213454.79e8786d@kc-sys.chadwicks.me.uk> 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: a5f4bdd9-2277-4c6a-8ddc-f3602a61f306 X-Archives-Hash: b84d1df8812ff4b4a5db10d7647804bc Am Freitag, 14. Dezember 2012, 21:34:54 schrieb Kevin Chadwick: > On Fri, 14 Dec 2012 08:53:35 -0800 > > Mark Knecht wrote: > > I guess the other question that's lurking here for me is why do you > > have /usr on a separate partition? What's the usage model that drives > > a person to do that? The most I've ever done is move /usr/portage and > > /usr/src to other places. My /usr never has all that much in it beyond > > those two directories, along with maybe /usr/share. Would it not be > > easier for you in the long run to move /usr back to / and not have to > > deal with this question at all? > > It should be moving in the other direction for stability reasons and > busybox is no full answer. > > On OpenBSD which has the benefit of userland being part of it. All the > critical single user binaries are in root and built statically as much > as possible, maximising system reliability no matter the custom > requirements or packages. until a flaw is found in one of the libs used and all those statically linked binaries are in danger. Well done! -- #163933