swift 07/08/01 18:12:47 Modified: hb-install-config.xml Log: Fix #186814 - Remove tmpfs/proc from fstab
Revision Changes Path 1.95 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.95&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.94&r2=1.95 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- hb-install-config.xml 2 Jun 2007 10:04:41 -0000 1.94 +++ hb-install-config.xml 1 Aug 2007 18:12:47 -0000 1.95 @@ -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.94 2007/06/02 10:04:41 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.95 2007/08/01 18:12:47 swift Exp $ --> <sections> @@ -14,8 +14,8 @@ proceed. </abstract> -<version>8.2</version> -<date>2007-06-02</date> +<version>8.3</version> +<date>2007-08-01</date> <section> <title>Filesystem Information</title> @@ -120,14 +120,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> @@ -139,9 +139,6 @@ /dev/hda2 none swap sw 0 0 /dev/hda3 / 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> @@ -150,9 +147,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> @@ -161,9 +155,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> @@ -175,8 +166,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> @@ -190,9 +179,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> @@ -200,9 +186,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
