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-commits+bounces-351373-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QTkBD-0001Vl-Mk
	for garchives@archives.gentoo.org; Tue, 07 Jun 2011 00:29:59 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E4F911C015;
	Tue,  7 Jun 2011 00:29:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id B01C31C015
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Jun 2011 00:29:31 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3E4D0676A9
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Jun 2011 00:29:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id A3EE18003C
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Jun 2011 00:29:22 +0000 (UTC)
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" <sping@gentoo.org>
Message-ID: <0992082d0577733d1e70f8522f0e68b9bce9d2c4.sping@gentoo>
Subject: [gentoo-commits] proj/genkernel:master commit in: /, doc/
X-VCS-Repository: proj/genkernel
X-VCS-Files: ChangeLog doc/genkernel.8.txt
X-VCS-Directories: / doc/
X-VCS-Committer: sping
X-VCS-Committer-Name: Sebastian Pipping
X-VCS-Revision: 0992082d0577733d1e70f8522f0e68b9bce9d2c4
Date: Tue,  7 Jun 2011 00:29:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 0c26dbfb2e802ff2e5822a0232b13ea9

commit:     0992082d0577733d1e70f8522f0e68b9bce9d2c4
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Jun  7 00:28:55 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 00:28:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git=
;a=3Dcommit;h=3D0992082d

Docs: Fix mixup of boot parameters real_init=3D and init_opts=3D

---
 ChangeLog           |    3 +++
 doc/genkernel.8.txt |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b5aba8d..62e1249 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 # Distributed under the GPL v2
 # $Id$
=20
+  07 Jun 2011; Sebastian Pipping <sping@gentoo.org> doc/genkernel.8.txt:
+  Docs: Fix mixup of boot parameters real_init=3D and init_opts=3D
+
   04 Jun 2011; Sebastian Pipping <sping@gentoo.org> genkernel.conf,
   maintenance/docmatcher.py:
   Document remaining options inside genkiernel.conf (bug #367233)

diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 2287b6f..fab006e 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -398,6 +398,9 @@ which the ramdisk scripts would recognize.
     Passes arguments to dmraid on bootup.
=20
 *real_init*=3D<...>::
+    Override location of init script, default is "/sbin/init".
+
+*init_opts*=3D<...>::
     Passes arguments to init on bootup.
=20
 *scandelay*=3D<...>::