swift 12/04/29 16:52:20 Modified: altinstall.xml Log: Fix bug #406263 - Removing fstab references to /proc and /dev/shm, these are handled by openrc automatically
Revision Changes Path 1.85 xml/htdocs/doc/en/altinstall.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.85&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.85&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.84&r2=1.85 Index: altinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- altinstall.xml 26 Dec 2011 15:22:40 -0000 1.84 +++ altinstall.xml 29 Apr 2012 16:52:20 -0000 1.85 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.84 2011/12/26 15:22:40 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.85 2012/04/29 16:52:20 swift Exp $ --> <guide> <title>The Gentoo Linux alternative installation method HOWTO</title> @@ -58,8 +58,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>9</version> -<date>2011-12-26</date> +<version>10</version> +<date>2012-04-29</date> <chapter> <title>About this document</title> @@ -495,8 +495,6 @@ <pre caption="/etc/fstab"> # <i>nano -w /etc/fstab</i> /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 -proc /proc proc defaults 0 0 -tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0 </pre> <p>
