From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S7ceH-0004yq-1Q for garchives@archives.gentoo.org; Wed, 14 Mar 2012 01:05:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E11EE0C6C; Wed, 14 Mar 2012 01:04:55 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id C8608E09A9 for ; Wed, 14 Mar 2012 01:04:29 +0000 (UTC) Received: by yhjj72 with SMTP id j72so1554617yhj.40 for ; Tue, 13 Mar 2012 18:04:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dee.su; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=tR46ti8K6GJgWoicI/Yv3qqi3phg81uml4OeaWNRMMo=; b=aTnXntNTzuQOmDCx6alT0VjkpX14IoejOTpompsB0e6miwq6EKqu1GlBEWd5ps0DET zOzHBbMxQeZog16Za2rxB2jDAsw2z5bb5NYerqUTVBHf4vxQN5dVRN+KizUus6joQ7rX ofYa0o/wMPvE07ZBEV40jy9gWfCbOylyY9c44= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding:x-gm-message-state; bh=tR46ti8K6GJgWoicI/Yv3qqi3phg81uml4OeaWNRMMo=; b=CbwXmiqRHnmp6MzgOEy8fblhUW5d2ny8v7Cw3bGfGMvjbg5n1PGgBT5GbFxUTcpo+8 f6NCFuIK/xbWCTwzbC5rBCxd6Km3hW4UrQs0Tlfaj5zEAZxafd3BV1pbCJOSKyVJqrIE ErXPAotCBjOCtmCT4UwtkSZ72HPl/VwQJGAY0RFMazo94cY54jIxKWkhhtNdeGhZeh2S Ixy0AhvkmM0D9bhH1DFrm2n6LljtcmJc5YA9reVTjWaI1uXhphwyE2lleXU1K9ZqMUic ni+08SfIoQbX+DSwcoQXDXpITmSfhYYG/IXE8KNGgg4cr/Pmx/XjIxEYT3PJ0u/QAChD 9yvg== Received: by 10.60.1.230 with SMTP id 6mr745623oep.42.1331687069194; Tue, 13 Mar 2012 18:04:29 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.182.90.42 with HTTP; Tue, 13 Mar 2012 18:04:09 -0700 (PDT) In-Reply-To: <4F5FE66B.3030605@gentoo.org> References: <20120311022706.GA26296@linux1> <20120313084306.GC1197@waltdnes.org> <4F5FE66B.3030605@gentoo.org> From: Maxim Kammerer Date: Wed, 14 Mar 2012 03:04:09 +0200 Message-ID: Subject: Re: [gentoo-dev] Re: newsitem: unmasking udev-181 To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQluhD3F52aONj4GKHmUQ/ytSeqBfPzRRlfXWwswSdtojBp3npOWj7bKP+V4qPlJqt9BOvKA X-Archives-Salt: 89a2fc37-1824-4bab-b9e3-05f52a7e01a3 X-Archives-Hash: cdce34faac1b4fb621f64eeb358222c0 On Wed, Mar 14, 2012 at 02:29, Joshua Kinard wrote: > make menuconfig, make [, make modules[_install]], t= hen > update the bootloader, is how I've done kernels for the longest time. =A0= This > new approach makes the above command sequence invalid if under a separate= /usr. If your /usr doesn't require kernel modules (e.g., same harddisk and filesystem as /), you can create an initramfs consisting of Busybox and 2-line /init (mount /usr and switch_root), and forget about it after adjusting bootloader configuration. I guess that OpenRC could even opportunistically try to "fstabinfo --mount /usr 2>/dev/null" in init.sh to support such usecases. --=20 Maxim Kammerer Libert=E9 Linux (discussion / support: http://dee.su/liberte-contribute)