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'))">




Reply via email to