Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /, doc/, defaults/
Date: Wed, 01 Jun 2011 01:44:29
Message-Id: e82a8c99854b2d710d962a82dc3a9f4c625a1373.sping@gentoo
1 commit: e82a8c99854b2d710d962a82dc3a9f4c625a1373
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Wed Jun 1 01:43:08 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 01:43:58 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=e82a8c99
7
8 Document option lvmraid= and make it imply dolvm (bug #153502)
9
10 ---
11 ChangeLog | 4 ++++
12 defaults/linuxrc | 1 +
13 doc/genkernel.8.txt | 4 ++++
14 3 files changed, 9 insertions(+), 0 deletions(-)
15
16 diff --git a/ChangeLog b/ChangeLog
17 index 9670a1c..b8dcc35 100644
18 --- a/ChangeLog
19 +++ b/ChangeLog
20 @@ -5,6 +5,10 @@
21 # Distributed under the GPL v2
22 # $Id$
23
24 + 01 Jun 2011; Sebastian Pipping <sping@g.o> defaults/linuxrc,
25 + doc/genkernel.8.txt:
26 + Document option lvmraid= and make it imply dolvm (bug #153502)
27 +
28 31 May 2011; Sebastian Pipping <sping@g.o> defaults/linuxrc,
29 doc/genkernel.8.txt:
30 Add rootfstype= boot parameter (bug #221245)
31
32 diff --git a/defaults/linuxrc b/defaults/linuxrc
33 index 94a2ccd..ad6d780 100755
34 --- a/defaults/linuxrc
35 +++ b/defaults/linuxrc
36 @@ -137,6 +137,7 @@ do
37 lvmraid\=*)
38 RAID_DEVICES="`parse_opt ${x}`"
39 RAID_DEVICES="`echo ${RAID_DEVICES} | sed -e 's/,/ /g'`"
40 + USE_LVM_NORMAL=1
41 ;;
42 part\=*)
43 MDPART=`parse_opt "${x}"`
44
45 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
46 index c12dca2..fb38d69 100644
47 --- a/doc/genkernel.8.txt
48 +++ b/doc/genkernel.8.txt
49 @@ -420,6 +420,10 @@ which the ramdisk scripts would recognize.
50 *dolvm*::
51 Activate LVM volumes on bootup
52
53 +*lvmraid*=<...>::
54 + Specify RAID devices to set up before the activation of LVM volumes.
55 + Implies option *dolvm*.
56 +
57 *domdadm*::
58 Scan for RAID arrays on bootup