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 738291381F3 for ; Tue, 20 Nov 2012 00:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74C2CE0462; Tue, 20 Nov 2012 00:59:09 +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 EAFFAE0462 for ; Tue, 20 Nov 2012 00:59:08 +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 EE38E33C394 for ; Tue, 20 Nov 2012 00:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E55AFE5436 for ; Tue, 20 Nov 2012 00:59:04 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1353373135.32a9b007bf24be899272a782a9f33d007b1e3c07.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master 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: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 32a9b007bf24be899272a782a9f33d007b1e3c07 X-VCS-Branch: master Date: Tue, 20 Nov 2012 00:59:04 +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: 1e0b68b8-8c95-406c-81ad-664d4a9fe014 X-Archives-Hash: 17ab122519559e2ee9a7e2a58c1e0d64 commit: 32a9b007bf24be899272a782a9f33d007b1e3c07 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Nov 20 00:47:38 2012 +0000 Commit: Robin H. Johnson 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*=<...>::