public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: gentoo-x86+raid+lvm2-quickinstall.xml gentoo-x86-quickinstall-system.xml
@ 2011-08-23 15:12 Sven Vermeulen (swift)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2011-08-23 15:12 UTC (permalink / raw
  To: gentoo-commits

swift       11/08/23 15:12:17

  Modified:             gentoo-x86+raid+lvm2-quickinstall.xml
                        gentoo-x86-quickinstall-system.xml
  Log:
  Fix bug #376691 - Inform users about metadata and initramfs relation. Also mention domdadm in case of genkernel initramfs usage. Thanks to Andre Kloth for reporting

Revision  Changes    Path
1.29                 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.28&r2=1.29

Index: gentoo-x86+raid+lvm2-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gentoo-x86+raid+lvm2-quickinstall.xml	9 May 2011 20:15:47 -0000	1.28
+++ gentoo-x86+raid+lvm2-quickinstall.xml	23 Aug 2011 15:12:17 -0000	1.29
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.28 2011/05/09 20:15:47 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.29 2011/08/23 15:12:17 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -29,8 +29,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>18</version>
-<date>2011-05-09</date>
+<version>19</version>
+<date>2011-08-23</date>
 
 <chapter>
 <title>Introduction</title>
@@ -178,7 +178,8 @@
 </pre>
 
 <p>
-Then create the RAID device nodes and devices. Please bear in mind that the
+Then create the RAID device nodes and devices. Please bear in mind that, if you
+are not using an initramfs to help during boot, the
 <c>/boot</c> and <c>/</c> mount points should use an older metadata format which
 can be specified by the <c>--metadata=0.90</c> flag:
 </p>
@@ -209,6 +210,12 @@
 </pre>
 
 <p>
+If you use an initramfs, then it is responsible for assembling the RAID arrays
+during boot. When using a genkernel initramfs, this can be triggered using the
+<c>domdadm</c> boot option.
+</p>
+
+<p>
 Then create the LVM2 volumes in <path>/dev/md4</path>. The following scheme is
 used as an <b>example</b>:
 </p>



1.4                  xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?r1=1.3&r2=1.4

Index: gentoo-x86-quickinstall-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoo-x86-quickinstall-system.xml	12 Aug 2011 19:09:10 -0000	1.3
+++ gentoo-x86-quickinstall-system.xml	23 Aug 2011 15:12:17 -0000	1.4
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.3 2011/08/12 19:09:10 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.4 2011/08/23 15:12:17 swift Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
 
-<version>3</version>
-<date>2011-08-12</date>
+<version>4</version>
+<date>2011-08-23</date>
 
 <section>
 <title>Configure the system</title>
@@ -172,7 +172,8 @@
 
 <body>
 <p>
-Emerge <c>grub</c> and configure it.
+Emerge <c>grub</c> and configure it. Do not forget to update the necessary boot
+parameters if you are using an initramfs.
 </p>
 
 <pre caption="Emerge grub and edit its configuration file">






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: gentoo-x86+raid+lvm2-quickinstall.xml gentoo-x86-quickinstall-system.xml
@ 2013-08-15 18:39 Sven Vermeulen (swift)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2013-08-15 18:39 UTC (permalink / raw
  To: gentoo-commits

swift       13/08/15 18:39:36

  Modified:             gentoo-x86+raid+lvm2-quickinstall.xml
                        gentoo-x86-quickinstall-system.xml
  Log:
  Fix bug #481204 - Make need for initramfs with separate /usr more prominent

Revision  Changes    Path
1.31                 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.30&r2=1.31

Index: gentoo-x86+raid+lvm2-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- gentoo-x86+raid+lvm2-quickinstall.xml	31 Mar 2012 13:27:30 -0000	1.30
+++ gentoo-x86+raid+lvm2-quickinstall.xml	15 Aug 2013 18:39:36 -0000	1.31
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.30 2012/03/31 13:27:30 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.31 2013/08/15 18:39:36 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -29,8 +29,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>20</version>
-<date>2012-03-31</date>
+<version>21</version>
+<date>2013-08-15</date>
 
 <chapter>
 <title>Introduction</title>
@@ -179,7 +179,8 @@
 
 <p>
 Then create the RAID device nodes and devices. Please bear in mind that, if you
-are not using an initramfs to help during boot, the
+are not using an initramfs to help during boot (which is mandatory if you use a
+separate <path>/usr</path> partition as our example shows), the
 <c>/boot</c> and <c>/</c> mount points should use an older metadata format which
 can be specified by the <c>--metadata=0.90</c> flag:
 </p>



1.10                 xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?r1=1.9&r2=1.10

Index: gentoo-x86-quickinstall-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gentoo-x86-quickinstall-system.xml	2 May 2013 17:46:14 -0000	1.9
+++ gentoo-x86-quickinstall-system.xml	15 Aug 2013 18:39:36 -0000	1.10
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.9 2013/05/02 17:46:14 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.10 2013/08/15 18:39:36 swift Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
 
-<version>9</version>
-<date>2013-05-02</date>
+<version>10</version>
+<date>2013-08-15</date>
 
 <section>
 <title>Configure the system</title>
@@ -195,7 +195,7 @@
 title Gentoo
 root (hd0,0)
 kernel /boot/kernel root=<keyval id="root"/>
-initrd /boot/initramfs <comment># Only when initramfs is needed</comment>
+initrd /boot/initramfs <comment># Only when initramfs is needed like with separate /usr partition</comment>
 </pre>
 
 <pre caption="Install grub" test="not(contains(func:keyval('root'),'md'))">





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-15 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 18:39 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: gentoo-x86+raid+lvm2-quickinstall.xml gentoo-x86-quickinstall-system.xml Sven Vermeulen (swift)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-23 15:12 Sven Vermeulen (swift)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox