From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 50865138227 for ; Tue, 1 Jan 2013 16:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D41FDE0512; Tue, 1 Jan 2013 16:53:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01972E0512 for ; Tue, 1 Jan 2013 16:53:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D935033D947 for ; Tue, 1 Jan 2013 16:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 78F13E5439 for ; Tue, 1 Jan 2013 16:53:21 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1353373135.32a9b007bf24be899272a782a9f33d007b1e3c07.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:ryao commit in: doc/, defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/linuxrc doc/genkernel.8.txt X-VCS-Directories: doc/ defaults/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 32a9b007bf24be899272a782a9f33d007b1e3c07 X-VCS-Branch: ryao Date: Tue, 1 Jan 2013 16:53:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 615b7ba9-03f5-47b8-8739-0f3207d5a7c2 X-Archives-Hash: 6123789aec36d600f8d0c2b920850f9d commit: 32a9b007bf24be899272a782a9f33d007b1e3c07 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Nov 20 00:47:38 2012 +0000 Commit: Richard Yao gentoo org> CommitDate: Tue Nov 20 00:58:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=32a9b007 linuxrc: part keyword Clean up documentation and functionality of "part" argument to initramfs. It is meant to imitate the same option to the kernel. Signed-off-by: Robin H. Johnson gentoo.org> --- defaults/linuxrc | 3 +++ doc/genkernel.8.txt | 10 ++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index 1bc09a7..4166396 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -156,6 +156,9 @@ do part=*) MDPART=${x#*=} ;; + part|partitionable) + MDPART=1 + ;; # NFS ip=*) IP=${x#*=} diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index dc04240..4691a98 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -520,12 +520,10 @@ which the ramdisk scripts would recognize. *console*=<...>:: Override location of console, default is "/dev/console". -*part*=<...>:: - Specify part for mdadm to start. This is the relevant code in mdstart: ------------------------------------------- - fd = open("/dev/md", 0, 0); - ioctl(fd, RAID_AUTORUN, ); ------------------------------------------- +*part*[=<0,1>]:: +*partitionable*:: + Enable/Disable partitionable RAIDs (metadata 0.x) during auto-run. + Standalone *part* and *partitionable* keywords for kernel compatability. *iscsi_initiatorname*=<...>:: *iscsi_target*=<...>::