swift 13/12/29 15:39:28 Modified: hb-install-system.xml Log: None for proc is unfortunate (see man mount), using proc instead. Note that it does not harm (free choice keyword)
Revision Changes Path 1.144 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.144&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.144&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.143&r2=1.144 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- hb-install-system.xml 19 Dec 2013 10:48:20 -0000 1.143 +++ hb-install-system.xml 29 Dec 2013 15:39:28 -0000 1.144 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.143 2013/12/19 10:48:20 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.144 2013/12/29 15:39:28 swift Exp $ --> <sections> @@ -14,8 +14,8 @@ to progress to that state. </abstract> -<version>35</version> -<date>2013-12-19</date> +<version>36</version> +<date>2013-12-29</date> <section> <title>Chrooting</title> @@ -104,7 +104,7 @@ </p> <pre caption="Mounting /proc and /dev"> -# <i>mount -t proc none /mnt/gentoo/proc</i> +# <i>mount -t proc proc /mnt/gentoo/proc</i> # <i>mount --rbind /sys /mnt/gentoo/sys</i> # <i>mount --rbind /dev /mnt/gentoo/dev</i> </pre>
