nightmorph 11/03/16 07:41:36 Modified: migration-to-2.6.xml Log: use different bind mount, bug 253681
Revision Changes Path 1.28 xml/htdocs/doc/en/migration-to-2.6.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?r1=1.27&r2=1.28 Index: migration-to-2.6.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- migration-to-2.6.xml 6 Mar 2008 05:59:25 -0000 1.27 +++ migration-to-2.6.xml 16 Mar 2011 07:41:36 -0000 1.28 @@ -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/migration-to-2.6.xml,v 1.27 2008/03/06 05:59:25 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.28 2011/03/16 07:41:36 nightmorph Exp $ --> -<guide link="/doc/en/migration-to-2.6.xml"> +<guide> <title>The complete Gentoo Linux 2.6 migration guide</title> <author title="Author"> @@ -20,14 +20,17 @@ <author title="Editor"> <mail link="[email protected]">Benny Chuang</mail> </author> +<author title="Editor"> + <mail link="nightmorph"/> +</author> <abstract> This document will aid you in the process of migrating from Linux 2.4 to Linux 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2. </abstract> -<version>0.4</version> -<date>2008-03-05</date> +<version>1</version> +<date>2011-03-16</date> <chapter> <title>Introduction</title> @@ -304,7 +307,7 @@ <pre caption="Bind-mounting your root partition and listing static devices"> # <i>mkdir -p /mnt/temp</i> -# <i>mount -o bind / /mnt/temp</i> +# <i>mount --rbind / /mnt/temp</i> # <i>cd /mnt/temp/dev</i> # <i>ls -l console null</i> </pre>
