nightmorph 10/05/14 22:32:53 Modified: hb-install-config.xml Log: stick shm and proc in the fstab examples
Revision Changes Path 1.10 xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?r1=1.9&r2=1.10 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- hb-install-config.xml 5 Aug 2009 15:25:24 -0000 1.9 +++ hb-install-config.xml 14 May 2010 22:32:52 -0000 1.10 @@ -4,12 +4,12 @@ <!-- 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/2008.0/hb-install-config.xml,v 1.9 2009/08/05 15:25:24 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v 1.10 2010/05/14 22:32:52 nightmorph Exp $ --> <sections> -<version>9.4</version> -<date>2009-08-05</date> +<version>9.5</version> +<date>2010-05-14</date> <section> <title>Filesystem Information</title> @@ -121,6 +121,9 @@ /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'"> @@ -129,6 +132,9 @@ /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'"> @@ -142,6 +148,9 @@ 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 func:keyval('arch')='PPC64'"> @@ -149,6 +158,9 @@ /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>