neysx 06/11/02 23:29:27 Modified: hb-install-config.xml Log: #153839 use proc/shm/openprom instead of none in /etc/fstab
Revision Changes Path 1.87 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.87&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.87&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.86&r2=1.87 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- hb-install-config.xml 28 Oct 2006 09:17:54 -0000 1.86 +++ hb-install-config.xml 2 Nov 2006 23:29:27 -0000 1.87 @@ -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.86 2006/10/28 09:17:54 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.87 2006/11/02 23:29:27 neysx Exp $ --> <sections> @@ -14,8 +14,8 @@ proceed. </abstract> -<version>7.4</version> -<date>2006-10-20</date> +<version>7.5</version> +<date>2006-11-02</date> <section> <title>Filesystem Information</title> @@ -139,8 +139,8 @@ /dev/hda2 none swap sw 0 0 /dev/hda3 / ext3 noatime 0 1 -none /proc proc defaults 0 0 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0 +proc /proc proc defaults 0 0 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> @@ -150,8 +150,8 @@ /dev/sda3 none swap sw 0 0 /dev/sda4 / ext3 noatime 0 1 -none /proc proc defaults 0 0 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0 +proc /proc proc defaults 0 0 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> @@ -161,8 +161,8 @@ /dev/sda2 none swap sw 0 0 /dev/sda3 / ext3 noatime 0 1 -none /proc proc defaults 0 0 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0 +proc /proc proc defaults 0 0 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> @@ -174,9 +174,9 @@ /dev/sda5 /var ext3 noatime 0 2 /dev/sda6 /home ext3 noatime 0 2 -none /proc/openprom openpromfs defaults 0 0 -none /proc proc defaults 0 0 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0 +openprom /proc/openprom openpromfs defaults 0 0 +proc /proc proc defaults 0 0 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> @@ -190,8 +190,8 @@ /dev/hda4 / ext3 noatime 0 1 /dev/hda3 none swap sw 0 0 -none /proc proc defaults 0 0 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0 +proc /proc proc defaults 0 0 +shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 </pre> @@ -200,8 +200,8 @@ /dev/sda4 / ext3 noatime 0 1 /dev/sda3 none swap sw 0 0 -none /proc proc defaults 0 0 -none /dev/shm tmpfs nodev,nosuid,noexec 0 0 +proc /proc proc defaults 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
