swift 07/08/13 19:37:33 Modified: hb-install-config.xml Log: Fix #186814 - Remove tmpfs/proc from fstab, been around in current for a while without any additional problems
Revision Changes Path 1.13 xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?rev=1.13&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?r1=1.12&r2=1.13 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- hb-install-config.xml 20 May 2007 20:32:23 -0000 1.12 +++ hb-install-config.xml 13 Aug 2007 19:37:33 -0000 1.13 @@ -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/2007.0/hb-install-config.xml,v 1.12 2007/05/20 20:32:23 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml,v 1.13 2007/08/13 19:37:33 swift Exp $ --> <sections> -<version>8.2</version> -<date>2007-05-15</date> +<version>8.3</version> +<date>2007-08-13</date> <section> <title>Filesystem Information</title> @@ -114,14 +114,14 @@ <p test="not(func:keyval('arch')='SPARC')"> Add the rules that match your partitioning scheme and append rules for -<path>/proc</path>, <c>tmpfs</c>, for your CD-ROM drive(s), and of course, if -you have other partitions or drives, for those too. +your CD-ROM drive(s), and of course, if you have other partitions or +drives, for those too. </p> <p test="func:keyval('arch')='SPARC'"> Add the rules that match your partitioning schema and append rules for -<path>/proc/openprom</path>, <path>/proc</path>, <c>tmpfs</c> , for your CD-ROM -drive(s), and of course, if you have other partitions or drives, for those too. +<path>/proc/openprom</path>, for your CD-ROM drive(s), and of course, if +you have other partitions or drives, for those too. </p> <p> @@ -133,9 +133,6 @@ /dev/sda3 none swap sw 0 0 /dev/sda4 / ext3 noatime 0 1 -proc /proc proc nodev,nosuid,noexec 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 - /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> @@ -144,9 +141,6 @@ /dev/sda2 none swap sw 0 0 /dev/sda3 / ext3 noatime 0 1 -proc /proc proc nodev,nosuid,noexec 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 - /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> @@ -158,8 +152,6 @@ /dev/sda6 /home ext3 noatime 0 2 openprom /proc/openprom openpromfs defaults 0 0 -proc /proc proc nodev,nosuid,noexec 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> @@ -173,9 +165,6 @@ /dev/hda4 / ext3 noatime 0 1 /dev/hda3 none swap sw 0 0 -proc /proc proc nodev,nosuid,noexec 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 - /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> @@ -183,9 +172,6 @@ /dev/sda4 / ext3 noatime 0 1 /dev/sda3 none swap sw 0 0 -proc /proc proc nodev,nosuid,noexec 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 - /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> -- [EMAIL PROTECTED] mailing list
