public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-kernel.xml hb-install-config.xml
@ 2012-10-06 20:16 Sven Vermeulen (swift)
  0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2012-10-06 20:16 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       12/10/06 20:16:10

  Modified:             hb-install-ppc-kernel.xml hb-install-config.xml
  Log:
  Part of bug #437338 - Do not set the dump (5th) field in fstab to 1, it might confuse users and isnt used anyway

Revision  Changes    Path
1.70                 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.69&r2=1.70

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- hb-install-ppc-kernel.xml	22 Feb 2012 21:27:45 -0000	1.69
+++ hb-install-ppc-kernel.xml	6 Oct 2012 20:16:10 -0000	1.70
@@ -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-ppc-kernel.xml,v 1.69 2012/02/22 21:27:45 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.70 2012/10/06 20:16:10 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>14</version>
-<date>2012-02-22</date>
+<version>15</version>
+<date>2012-10-06</date>
 
 <section>
 <title>Timezone</title>
@@ -369,7 +369,7 @@
 <pre caption="Removing /boot from /etc/fstab on machines without a boot partition">
 # <i>nano -w /etc/fstab</i>
 <comment>Remove this line</comment>
-/dev/BOOT  /boot    ext2    noauto,noatime    1 2
+/dev/BOOT  /boot    ext2    noauto,noatime    0 2
 </pre>
 
 <p>



1.116                xml/htdocs/doc/en/handbook/hb-install-config.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.115&r2=1.116

Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- hb-install-config.xml	29 Apr 2012 16:52:20 -0000	1.115
+++ hb-install-config.xml	6 Oct 2012 20:16:10 -0000	1.116
@@ -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.115 2012/04/29 16:52:20 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.116 2012/10/06 20:16:10 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 proceed.
 </abstract>
 
-<version>21</version>
-<date>2012-04-29</date>
+<version>22</version>
+<date>2012-10-06</date>
 
 <section>
 <title>Filesystem Information</title>
@@ -98,7 +98,7 @@
 </p>
 
 <pre caption="An example /boot line for /etc/fstab">
-<keyval id="/boot"/>   /boot     ext2    defaults        1 2
+<keyval id="/boot"/>   /boot     ext2    defaults        0 2
 </pre>
 
 <p>
@@ -122,7 +122,7 @@
 </p>
 
 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='HPPA'">
-<keyval id="/boot"/>   /boot        ext2    defaults,noatime     1 2
+<keyval id="/boot"/>   /boot        ext2    defaults,noatime     0 2
 /dev/sda3   none         swap    sw                   0 0
 /dev/sda4   /            ext3    noatime              0 1
 
@@ -130,7 +130,7 @@
 </pre>
 
 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'">
-<keyval id="/boot"/>   /boot        ext2    defaults,noatime     1 2
+<keyval id="/boot"/>   /boot        ext2    defaults,noatime     0 2
 /dev/sda2   none         swap    sw                   0 0
 /dev/sda3   /            ext3    noatime              0 1
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-06 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06 20:16 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-kernel.xml hb-install-config.xml Sven Vermeulen (swift)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox