swift 12/03/31 13:32:05 Modified: lvm2.xml Log: Updates regarding bug #407959 - Update on initramfs needs when using LVM for /usr or /var
Revision Changes Path 1.28 xml/htdocs/doc/en/lvm2.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?r1=1.27&r2=1.28 Index: lvm2.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- lvm2.xml 26 Dec 2011 15:22:40 -0000 1.27 +++ lvm2.xml 31 Mar 2012 13:32:04 -0000 1.28 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.27 2011/12/26 15:22:40 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.28 2012/03/31 13:32:04 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>4</version> -<date>2011-12-26</date> +<version>5</version> +<date>2012-03-31</date> <chapter> <title>Introduction</title> @@ -374,6 +374,17 @@ </p> <p> +Also build an initramfs if you have <path>/usr</path> or <path>/var</path> on an +LVM-based partition. Don't forget to edit your boot loader to boot the system +with the initramfs. +</p> + +<pre caption="Building an initramfs"> +# <i>emerge genkernel</i> +# <i>genkernel --install initramfs</i> +</pre> + +<p> Now, install the lvm2 package. </p>
