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 1QRE44-0002ve-R3 for garchives@archives.gentoo.org; Tue, 31 May 2011 01:48:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43BE11C03C; Tue, 31 May 2011 01:48:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 152901C03C for ; Tue, 31 May 2011 01:48:04 +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 91C6A1B4010 for ; Tue, 31 May 2011 01:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9C14A80508 for ; Tue, 31 May 2011 01:48:02 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: Subject: [gentoo-commits] proj/genkernel:master commit in: /, doc/ X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog doc/genkernel.8.txt genkernel X-VCS-Directories: / doc/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: d7d509f4e9e28b089f7110ad1b9a09d574a8bf44 Date: Tue, 31 May 2011 01:48:02 +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: 8ad9383ce3b1d930cc1ae3a17806bf31 commit: d7d509f4e9e28b089f7110ad1b9a09d574a8bf44 Author: Sebastian Pipping pipping org> AuthorDate: Tue May 31 01:36:45 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue May 31 01:36:45 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3Dd7d509f4 Document boot parameter domdadm (bug #369415) --- ChangeLog | 4 ++++ doc/genkernel.8.txt | 3 +++ genkernel | 1 + 3 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2101b7e..af5d371 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ =20 + 31 May 2011; Sebastian Pipping doc/genkernel.8.txt, + genkernel: + Document boot parameter domdadm (bug #369415) + 28 Mar 2011; Sebastian Pipping genkernel: Bump to 3.4.15 =20 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 9091d95..c435646 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -420,6 +420,9 @@ which the ramdisk scripts would recognize. *dolvm*:: Activate LVM volumes on bootup =20 +*domdadm*:: + Scan for RAID arrays on bootup + *doscsi*:: Activate SCSI devices on bootup, necessary when SCSI support is compiled as modules and you're using SCSI or SATA devices. diff --git a/genkernel b/genkernel index b779032..c74ef60 100755 --- a/genkernel +++ b/genkernel @@ -350,6 +350,7 @@ then [ "${LVM}" =3D '1' ] && print_info 1 'add "dolvm" for lvm support' [ "${EVMS}" =3D '1' ] && print_info 1 'add "doevms" for evms support' [ "${DMRAID}" =3D '1' ] && print_info 1 'add "dodmraid" for dmraid supp= ort' + [ "${MDADM}" =3D '1' ] && print_info 1 'add "domdadm" for RAID support' [ "${DMRAID}" =3D '1' ] && print_info 1 ' or "dodmraid=3D"' [ "${ISCSI}" =3D '1' ] && print_info 1 'add at least "iscsi_initiatorna= me=3D iscsi_target=3D and iscsi_address=3D" for iscsi support' fi