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 <gentoo-embedded+bounces-3741-garchives=archives.gentoo.org@lists.gentoo.org>) id 1PVjvF-0001P5-L9 for garchives@archives.gentoo.org; Thu, 23 Dec 2010 12:05:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44C96E07EA for <garchives@archives.gentoo.org>; Thu, 23 Dec 2010 12:05:29 +0000 (UTC) Received: from mail.hosting.lv (mail.hosting.lv [213.21.217.83]) by pigeon.gentoo.org (Postfix) with ESMTP id 28EAFE07BC for <gentoo-embedded@lists.gentoo.org>; Thu, 23 Dec 2010 11:12:10 +0000 (UTC) Received: from [87.246.143.137] (helo=hal9000.mebius.lv) by mail.hosting.lv with esmtpsa (TLSv1:AES256-SHA:256) id 1PVj4w-000PU1-V9; Thu, 23 Dec 2010 13:11:26 +0200 Message-ID: <4D132E75.8070806@gmail.com> Date: Thu, 23 Dec 2010 13:11:49 +0200 From: Arkadi Shishlov <arkadi.shishlov@gmail.com> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101103 Fedora/1.0-0.33.b2pre.fc14 Thunderbird/3.1.6 Precedence: bulk List-Post: <mailto:gentoo-embedded@lists.gentoo.org> List-Help: <mailto:gentoo-embedded+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-embedded+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org> X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] /sbin/init don't work References: <AANLkTimgPT94qJGd=TT5Ly6NFdxVqW+tz7odTDf0ftZX@mail.gmail.com> <4D128A5E.9000202@blue-labs.org> <AANLkTi=87HPqtRyNw79-64BjWR31By+Qb-v0f2Gwg_AJ@mail.gmail.com> <4D131BF1.4070401@gmail.com> <AANLkTikoBBSNhnLVwvL6zHJUX8UVZ=OVU+zjrOiEi4vA@mail.gmail.com> In-Reply-To: <AANLkTikoBBSNhnLVwvL6zHJUX8UVZ=OVU+zjrOiEi4vA@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 62feb10d-fcc7-4159-b3cb-0f6403e50075 X-Archives-Hash: abd02eedf9274a11ca0d3371a39a3382 On 12/23/10 12:22, Kfir Lavi wrote: > On Thu, Dec 23, 2010 at 11:52 AM, Arkadi Shishlov <arkadi.shishlov@gmail.com > Not Gentoo specific and you must have /dev/console. Also /dev/null, /dev/zero > and /dev/tty* or many programs will fail. > > I remember that back then we had a script that would run and populate /dev. > Is it possible to use it just to make things faster for me? Sure. But you can't start init/pid[1] without /dev/console. Just put whatever you need in static /dev (in case device hotplug is not required).