public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Xavier Neys" <neysx@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-config.xml
Date: Thu,  2 Nov 2006 23:29:27 +0000	[thread overview]
Message-ID: <20061102232928.2EE3964BBC@smtp.gentoo.org> (raw)

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>



-- 
gentoo-doc-cvs@gentoo.org mailing list



             reply	other threads:[~2006-11-02 23:29 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-02 23:29 Xavier Neys [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-17 21:11 [gentoo-doc-cvs] cvs commit: hb-install-config.xml Joshua Saddler
2008-04-02  2:59 Jan Hendrik Grahl
2007-08-01 18:33 swift
2007-08-01 18:12 swift
2007-06-02 10:04 Lukasz Damentko
2007-05-15  1:12 Lukasz Damentko
2007-04-03 19:31 Josh Saddler
2007-04-03 19:31 Josh Saddler
2007-04-02  4:11 Josh Saddler
2007-03-31  4:36 Josh Saddler
2007-03-19 10:50 Josh Saddler
2007-03-12  8:12 Josh Saddler
2007-03-12  8:12 Josh Saddler
2006-11-28  7:40 Josh Saddler
2006-11-28  7:40 Josh Saddler
2006-11-02 23:29 Xavier Neys
2006-10-21  1:13 Josh Saddler
2006-10-21  1:13 Josh Saddler
2006-09-12 20:07 Josh Saddler
2006-09-04  9:11 Josh Saddler
2006-08-23 19:31 swift
2006-08-23 19:31 swift
2006-08-13 10:32 Lukasz Damentko
2006-08-12  2:05 Josh Saddler
2006-05-27 13:02 Xavier Neys
2006-05-27 13:02 Xavier Neys
2006-05-15  7:02 Josh Saddler
2006-05-15  7:00 Josh Saddler
2006-03-28 10:36 Xavier Neys
2006-03-28 10:35 Xavier Neys
2005-11-19  9:31 swift
2005-11-19  9:31 swift
2005-09-21 19:30 Jan Kundrat
2005-09-04 19:38 Jan Kundrat
2005-08-15  9:00 swift
2005-08-15  9:00 swift
2005-08-13 21:03 Jan Kundrat
2005-08-08 14:04 swift
2005-08-02  5:16 Shyam Mani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061102232928.2EE3964BBC@smtp.gentoo.org \
    --to=neysx@lark.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox