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 1QmKYI-0005Dw-0r for garchives@archives.gentoo.org; Thu, 28 Jul 2011 06:58:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DAD821C190; Thu, 28 Jul 2011 06:58:16 +0000 (UTC) Received: from mail-gw0-f53.google.com (mail-gw0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 045A421C212 for ; Thu, 28 Jul 2011 06:57:49 +0000 (UTC) Received: by gwj20 with SMTP id 20so1926715gwj.12 for ; Wed, 27 Jul 2011 23:57:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=DVycTN4K3Dw1O0pYKzGg7XKU+NOhyNh3ik1/SUcbox0=; b=G+iprGtLSMmpcZK0MGxDLNYbJB2myeLhbRSd9bknwQ3NXNj6omeTq5XJh8eMiDo/7V MzzCQ+44/WvS0jXKyQTBeaWUNovMMjJpfCoMsTrj4reJ2yCwAZW/XLasvmB4fcJoxgyJ ihL66Nh9Rd/t3yOhMlbIil+HRp5ksodGHQCdI= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Received: by 10.151.117.13 with SMTP id u13mr562910ybm.7.1311836269473; Wed, 27 Jul 2011 23:57:49 -0700 (PDT) Received: by 10.151.47.12 with HTTP; Wed, 27 Jul 2011 23:57:49 -0700 (PDT) In-Reply-To: References: Date: Thu, 28 Jul 2011 09:57:49 +0300 Message-ID: Subject: Re: [gentoo-embedded] busybox config with openrc From: Alon Bar-Lev To: gentoo-embedded@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9a49e0e44218e0d11e8bd95edc62dbea On Thu, Jul 28, 2011 at 8:06 AM, Mike Frysinger wrote: > On Wed, Jul 27, 2011 at 11:36, Alon Bar-Lev wrote: >> Of course you need to hack the init configuration, as baselayout won't >> work with busybox's init > > i'm not sure i follow. =C2=A0there's no reason that i know of that you ca= nt > configure busybox's init to work fine with openrc. =C2=A0openrc itself > doesnt require sysvinit ... just *some* init to execute its soft > runlevels. > -mike Right. So as far as I know you cannot install baselayout, and need to write your own busybox format inittab. But I may be wrong.