swift 12/04/29 16:52:20 Modified: hb-install-config.xml Log: Fix bug #406263 - Removing fstab references to /proc and /dev/shm, these are handled by openrc automatically
Revision Changes Path 1.115 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.115&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.115&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.114&r2=1.115 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- hb-install-config.xml 9 Apr 2012 10:03:26 -0000 1.114 +++ hb-install-config.xml 29 Apr 2012 16:52:20 -0000 1.115 @@ -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-config.xml,v 1.114 2012/04/09 10:03:26 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.115 2012/04/29 16:52:20 swift Exp $ --> <sections> @@ -14,8 +14,8 @@ proceed. </abstract> -<version>20</version> -<date>2012-04-08</date> +<version>21</version> +<date>2012-04-29</date> <section> <title>Filesystem Information</title> @@ -127,9 +127,6 @@ /dev/sda4 / ext3 noatime 0 1 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 - -proc /proc proc defaults 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 </pre> <pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'"> @@ -138,9 +135,6 @@ /dev/sda3 / ext3 noatime 0 1 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 - -proc /proc proc defaults 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 </pre> <pre caption="A full /etc/fstab example" test="func:keyval('arch')='SPARC'"> @@ -154,9 +148,6 @@ openprom /proc/openprom openpromfs defaults 0 0 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 - -proc /proc proc defaults 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 </pre> <pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC' or @@ -165,9 +156,6 @@ /dev/sda3 none swap sw 0 0 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 - -proc /proc proc defaults 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 </pre> <p>
