swift 12/03/31 13:27:30
Modified: gentoo-x86+raid+lvm2-quickinstall.xml
gentoo-x86-quickinstall-system.xml
gentoo-x86-quickinstall.xml
Log:
Updates regarding bug #407959 - Update on initramfs needs when using a separate /usr or other requirements
Revision Changes Path
1.30 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.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.29&r2=1.30
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.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gentoo-x86+raid+lvm2-quickinstall.xml 23 Aug 2011 15:12:17 -0000 1.29
+++ gentoo-x86+raid+lvm2-quickinstall.xml 31 Mar 2012 13:27:30 -0000 1.30
@@ -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.29 2011/08/23 15:12:17 swift Exp $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -29,8 +29,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>19</version>
-<date>2011-08-23</date>
+<version>20</version>
+<date>2012-03-31</date>
<chapter>
<title>Introduction</title>
@@ -426,6 +426,15 @@
livecd linux # <i>cp arch/i386/boot/bzImage /boot/kernel</i>
</pre>
+<p>
+Next build an initramfs to boot the system with.
+</p>
+
+<pre caption="Building an initramfs">
+# <i>emerge genkernel</i>
+# <i>genkernel --install --no-ramdisk-modules --lvm --mdadm initramfs</i>
+</pre>
+
</body>
</section>
1.7 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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?r1=1.6&r2=1.7
Index: gentoo-x86-quickinstall-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gentoo-x86-quickinstall-system.xml 23 Sep 2011 18:37:22 -0000 1.6
+++ gentoo-x86-quickinstall-system.xml 31 Mar 2012 13:27:30 -0000 1.7
@@ -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.6 2011/09/23 18:37:22 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.7 2012/03/31 13:27:30 swift Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>6</version>
-<date>2011-09-23</date>
+<version>7</version>
+<date>2012-03-31</date>
<section>
<title>Configure the system</title>
@@ -196,6 +196,7 @@
title Gentoo
root (hd0,0)
kernel /boot/kernel root=<keyval id="root"/>
+initrd /boot/initramfs <comment># Only when initramfs is needed</comment>
</pre>
<pre caption="Install grub" test="not(contains(func:keyval('root'),'md'))">
1.86 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.85&r2=1.86
Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- gentoo-x86-quickinstall.xml 9 May 2011 19:59:08 -0000 1.85
+++ gentoo-x86-quickinstall.xml 31 Mar 2012 13:27:30 -0000 1.86
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.85 2011/05/09 19:59:08 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.86 2012/03/31 13:27:30 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -29,8 +29,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>26</version>
-<date>2011-05-09</date>
+<version>27</version>
+<date>2012-03-31</date>
<chapter>
<title>Introduction</title>
@@ -177,6 +177,15 @@
livecd linux # <i>cp arch/i386/boot/bzImage /boot/kernel</i>
</pre>
+<p>
+Optionally build an initramfs to boot from:
+</p>
+
+<pre caption="Building an initramfs">
+# <i>emerge genkernel</i>
+# <i>genkernel --install --no-ramdisk-modules initramfs</i>
+</pre>
+
</body>
</section>
|