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 1Po1ZT-00055a-KV for garchives@archives.gentoo.org; Fri, 11 Feb 2011 22:34:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 456C21C011; Fri, 11 Feb 2011 22:34:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 101B71C011 for ; Fri, 11 Feb 2011 22:34:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65C851B405B for ; Fri, 11 Feb 2011 22:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 781428006A for ; Fri, 11 Feb 2011 22:34:26 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <4fbc79a5d0d972dd61584c63172135bb616a6f6e.williamH@gentoo> Subject: [gentoo-commits] proj/livecd-tools:bl2-only commit in: / X-VCS-Repository: proj/livecd-tools X-VCS-Files: fixinittab X-VCS-Directories: / X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 4fbc79a5d0d972dd61584c63172135bb616a6f6e Date: Fri, 11 Feb 2011 22:34:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6d3cd9f9d17d020525d339c4602f0c0c commit: 4fbc79a5d0d972dd61584c63172135bb616a6f6e Author: William Hubbs gentoo org> AuthorDate: Fri Feb 11 22:32:55 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 11 22:32:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D4fbc79a5 Revert "fix dependency in fixinittab" This reverts commit e138bb5166f3cf0076669e9b1e2a6049d8c6e593. Fixinittab can be started in sysinit, with "before dev" as part of the dependencies, the way I had it set up before. procfs does not mount /proc. --- fixinittab | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fixinittab b/fixinittab index d5dddc6..b68be31 100755 --- a/fixinittab +++ b/fixinittab @@ -2,7 +2,7 @@ =20 depend() { - after procfs + before dev } =20 start()