From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/genkernel:master commit in: doc/, defaults/
Date: Tue, 20 Nov 2012 00:59:04 +0000 (UTC) [thread overview]
Message-ID: <1353373135.32a9b007bf24be899272a782a9f33d007b1e3c07.robbat2@gentoo> (raw)
commit: 32a9b007bf24be899272a782a9f33d007b1e3c07
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 20 00:47:38 2012 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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 <robbat2 <AT> 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<MD_NUMBER>", 0, 0);
- ioctl(fd, RAID_AUTORUN, <MDPART>);
-------------------------------------------
+*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*=<...>::
next reply other threads:[~2012-11-20 0:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-20 0:59 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-14 20:05 [gentoo-commits] proj/genkernel:master commit in: doc/, defaults/ Thomas Deutschmann
2021-03-14 20:05 Thomas Deutschmann
2020-01-29 22:28 Thomas Deutschmann
2020-01-14 1:36 Thomas Deutschmann
2019-07-18 20:15 Thomas Deutschmann
2018-06-12 21:26 Robin H. Johnson
2016-05-16 6:55 Robin H. Johnson
2013-04-29 8:56 Fabio Erculiani
2013-04-25 6:22 Fabio Erculiani
2013-03-31 12:47 Peter Hjalmarsson
2012-01-05 16:51 Sebastian Pipping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1353373135.32a9b007bf24be899272a782a9f33d007b1e3c07.robbat2@gentoo \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox