swift 07/08/01 18:33:31 Modified: hb-install-config.xml Log: Fix bug #186814 - Remove tmpfs/proc references
Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml?r1=1.1&r2=1.2 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-config.xml 1 Aug 2007 18:25:54 -0000 1.1 +++ hb-install-config.xml 1 Aug 2007 18:33:31 -0000 1.2 @@ -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/2007.1/hb-install-config.xml,v 1.1 2007/08/01 18:25:54 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-config.xml,v 1.2 2007/08/01 18:33:31 swift Exp $ --> <sections> @@ -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
