Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: migration-to-2.6.xml
Date: Wed, 16 Mar 2011 07:41:47
Message-Id: 20110316074136.7979520054@flycatcher.gentoo.org
1 nightmorph 11/03/16 07:41:36
2
3 Modified: migration-to-2.6.xml
4 Log:
5 use different bind mount, bug 253681
6
7 Revision Changes Path
8 1.28 xml/htdocs/doc/en/migration-to-2.6.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?r1=1.27&r2=1.28
13
14 Index: migration-to-2.6.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- migration-to-2.6.xml 6 Mar 2008 05:59:25 -0000 1.27
21 +++ migration-to-2.6.xml 16 Mar 2011 07:41:36 -0000 1.28
22 @@ -1,8 +1,8 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.27 2008/03/06 05:59:25 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.28 2011/03/16 07:41:36 nightmorph Exp $ -->
27
28 -<guide link="/doc/en/migration-to-2.6.xml">
29 +<guide>
30 <title>The complete Gentoo Linux 2.6 migration guide</title>
31
32 <author title="Author">
33 @@ -20,14 +20,17 @@
34 <author title="Editor">
35 <mail link="bennyc@g.o">Benny Chuang</mail>
36 </author>
37 +<author title="Editor">
38 + <mail link="nightmorph"/>
39 +</author>
40
41 <abstract>
42 This document will aid you in the process of migrating from Linux 2.4 to Linux
43 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2.
44 </abstract>
45
46 -<version>0.4</version>
47 -<date>2008-03-05</date>
48 +<version>1</version>
49 +<date>2011-03-16</date>
50
51 <chapter>
52 <title>Introduction</title>
53 @@ -304,7 +307,7 @@
54
55 <pre caption="Bind-mounting your root partition and listing static devices">
56 # <i>mkdir -p /mnt/temp</i>
57 -# <i>mount -o bind / /mnt/temp</i>
58 +# <i>mount --rbind / /mnt/temp</i>
59 # <i>cd /mnt/temp/dev</i>
60 # <i>ls -l console null</i>
61 </pre>