From: Sebastian Pipping Date: Wed, 1 Jun 2011 01:43:08 +0000 (+0200) Subject: Document option lvmraid= and make it imply dolvm (bug #153502) X-Git-Tag: v3.4.16~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e82a8c99854b2d710d962a82dc3a9f4c625a1373;p=genkernel.git Document option lvmraid= and make it imply dolvm (bug #153502) --- diff --git a/ChangeLog b/ChangeLog index 9670a1c..b8dcc35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ + 01 Jun 2011; Sebastian Pipping defaults/linuxrc, + doc/genkernel.8.txt: + Document option lvmraid= and make it imply dolvm (bug #153502) + 31 May 2011; Sebastian Pipping defaults/linuxrc, doc/genkernel.8.txt: Add rootfstype= boot parameter (bug #221245) diff --git a/defaults/linuxrc b/defaults/linuxrc index 94a2ccd..ad6d780 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -137,6 +137,7 @@ do lvmraid\=*) RAID_DEVICES="`parse_opt ${x}`" RAID_DEVICES="`echo ${RAID_DEVICES} | sed -e 's/,/ /g'`" + USE_LVM_NORMAL=1 ;; part\=*) MDPART=`parse_opt "${x}"` diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index c12dca2..fb38d69 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -420,6 +420,10 @@ which the ramdisk scripts would recognize. *dolvm*:: Activate LVM volumes on bootup +*lvmraid*=<...>:: + Specify RAID devices to set up before the activation of LVM volumes. + Implies option *dolvm*. + *domdadm*:: Scan for RAID arrays on bootup