Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
nightmorph 11/03/16 07:47:44
Modified: gentoo-x86-tipsntricks.xml
Log:
use different bind mount, bug 253681
Revision Changes Path
1.27 xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?r1=1.26&r2=1.27
Index: gentoo-x86-tipsntricks.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- gentoo-x86-tipsntricks.xml 21 May 2008 20:26:03 -0000 1.26
+++ gentoo-x86-tipsntricks.xml 16 Mar 2011 07:47:44 -0000 1.27
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.26 2008/05/21 20:26:03 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.27 2011/03/16 07:47:44 nightmorph Exp $ -->
-<guide link="/doc/en/gentoo-x86-tipsntricks.xml">
+<guide>
<title>Gentoo/x86 Installation Tips & Tricks</title>
<author title="Author">
@@ -11,6 +11,9 @@
<author title="Editor">
<mail link="neysx@g.o">Xavier Neys</mail>
</author>
+<author title="Editor">
+ <mail link="nightmorph"/>
+</author>
<abstract>
The Gentoo installation allows for very flexible approaches to the various
@@ -23,8 +26,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.15</version>
-<date>2007-09-18</date>
+<version>2</version>
+<date>2011-03-16</date>
<chapter>
<title>Introduction</title>
@@ -202,7 +205,7 @@
</p>
<pre caption="Bind-mounting /dev">
-# <i>mount -o bind /dev /mnt/gentoo/dev</i>
+# <i>mount --rbind /dev /mnt/gentoo/dev</i>
</pre>
<p>
@@ -480,7 +483,5 @@
</body>
</section>
-
</chapter>
-
</guide>
|
|