public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Vermeulen (swift)" <swift@gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ia64-kernel.xml hb-install-ppc-kernel.xml hb-install-x86+amd64-kernel.xml
Date: Wed, 25 Sep 2013 17:31:18 +0000 (UTC)	[thread overview]
Message-ID: <20130925173118.3AF842004C@flycatcher.gentoo.org> (raw)

swift       13/09/25 17:31:18

  Modified:             hb-install-ia64-kernel.xml
                        hb-install-ppc-kernel.xml
                        hb-install-x86+amd64-kernel.xml
  Log:
  Fix bug #485370 - genkernel uses --lvm, not --lvm2

Revision  Changes    Path
1.32                 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.31&r2=1.32

Index: hb-install-ia64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- hb-install-ia64-kernel.xml	6 Apr 2013 08:24:16 -0000	1.31
+++ hb-install-ia64-kernel.xml	25 Sep 2013 17:31:18 -0000	1.32
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.31 2013/04/06 08:24:16 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.32 2013/09/25 17:31:18 swift Exp $ -->
 
 <sections>
 
-<version>21</version>
-<date>2013-04-06</date>
+<version>22</version>
+<date>2013-09-25</date>
 
 <section>
 <title>Installing the Sources</title>
@@ -351,7 +351,7 @@
 </p>
 
 <note>
-Users of LVM2 will probably want to add <c>--lvm2</c> to the genkernel
+Users of LVM2 will probably want to add <c>--lvm</c> to the genkernel
 command-line.
 </note>
 



1.74                 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.73&r2=1.74

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- hb-install-ppc-kernel.xml	6 Apr 2013 08:24:16 -0000	1.73
+++ hb-install-ppc-kernel.xml	25 Sep 2013 17:31:18 -0000	1.74
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.73 2013/04/06 08:24:16 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.74 2013/09/25 17:31:18 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>18</version>
-<date>2013-04-06</date>
+<version>19</version>
+<date>2013-09-25</date>
 
 <section>
 <title>Installing the Kernel Sources</title>
@@ -374,7 +374,7 @@
 or ext3 as filesystem you might need to manually configure your kernel using
 <c>genkernel --menuconfig all</c> and add support for your
 filesystem <e>in</e> the kernel (i.e. <e>not</e> as a module). Users of LVM2
-will probably want to add <c>--lvm2</c> as an argument as well.
+will probably want to add <c>--lvm</c> as an argument as well.
 </p>
 
 <pre caption="Running genkernel">



1.52                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.51&r2=1.52

Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- hb-install-x86+amd64-kernel.xml	6 Apr 2013 08:24:16 -0000	1.51
+++ hb-install-x86+amd64-kernel.xml	25 Sep 2013 17:31:18 -0000	1.52
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.51 2013/04/06 08:24:16 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.52 2013/09/25 17:31:18 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>21</version>
-<date>2013-04-06</date>
+<version>22</version>
+<date>2013-09-25</date>
 
 <section>
 <title>Installing the Sources</title>
@@ -378,7 +378,7 @@
 Note that, if your boot partition doesn't use ext2 or ext3 as filesystem you
 might need to manually configure your kernel using <c>genkernel --menuconfig
 all</c> and add support for your filesystem <e>in</e> the kernel (i.e.
-<e>not</e> as a module). Users of LVM2 will probably want to add <c>--lvm2</c>
+<e>not</e> as a module). Users of LVM2 will probably want to add <c>--lvm</c>
 as an argument as well.
 </p>
 





                 reply	other threads:[~2013-09-25 17:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20130925173118.3AF842004C@flycatcher.gentoo.org \
    --to=swift@gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@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