Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-kernel.xml hb-install-config.xml
Date: Sat, 06 Oct 2012 21:02:54
Message-Id: 20121006201610.5E9AF21600@flycatcher.gentoo.org
1 swift 12/10/06 20:16:10
2
3 Modified: hb-install-ppc-kernel.xml hb-install-config.xml
4 Log:
5 Part of bug #437338 - Do not set the dump (5th) field in fstab to 1, it might confuse users and isnt used anyway
6
7 Revision Changes Path
8 1.70 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.70&view=markup
11 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
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.69&r2=1.70
13
14 Index: hb-install-ppc-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
17 retrieving revision 1.69
18 retrieving revision 1.70
19 diff -u -r1.69 -r1.70
20 --- hb-install-ppc-kernel.xml 22 Feb 2012 21:27:45 -0000 1.69
21 +++ hb-install-ppc-kernel.xml 6 Oct 2012 20:16:10 -0000 1.70
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 explains how to configure your kernel.
33 </abstract>
34
35 -<version>14</version>
36 -<date>2012-02-22</date>
37 +<version>15</version>
38 +<date>2012-10-06</date>
39
40 <section>
41 <title>Timezone</title>
42 @@ -369,7 +369,7 @@
43 <pre caption="Removing /boot from /etc/fstab on machines without a boot partition">
44 # <i>nano -w /etc/fstab</i>
45 <comment>Remove this line</comment>
46 -/dev/BOOT /boot ext2 noauto,noatime 1 2
47 +/dev/BOOT /boot ext2 noauto,noatime 0 2
48 </pre>
49
50 <p>
51
52
53
54 1.116 xml/htdocs/doc/en/handbook/hb-install-config.xml
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.116&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.116&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.115&r2=1.116
59
60 Index: hb-install-config.xml
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
63 retrieving revision 1.115
64 retrieving revision 1.116
65 diff -u -r1.115 -r1.116
66 --- hb-install-config.xml 29 Apr 2012 16:52:20 -0000 1.115
67 +++ hb-install-config.xml 6 Oct 2012 20:16:10 -0000 1.116
68 @@ -4,7 +4,7 @@
69 <!-- The content of this document is licensed under the CC-BY-SA license -->
70 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
71
72 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.115 2012/04/29 16:52:20 swift Exp $ -->
73 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.116 2012/10/06 20:16:10 swift Exp $ -->
74
75 <sections>
76
77 @@ -14,8 +14,8 @@
78 proceed.
79 </abstract>
80
81 -<version>21</version>
82 -<date>2012-04-29</date>
83 +<version>22</version>
84 +<date>2012-10-06</date>
85
86 <section>
87 <title>Filesystem Information</title>
88 @@ -98,7 +98,7 @@
89 </p>
90
91 <pre caption="An example /boot line for /etc/fstab">
92 -<keyval id="/boot"/> /boot ext2 defaults 1 2
93 +<keyval id="/boot"/> /boot ext2 defaults 0 2
94 </pre>
95
96 <p>
97 @@ -122,7 +122,7 @@
98 </p>
99
100 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='HPPA'">
101 -<keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
102 +<keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
103 /dev/sda3 none swap sw 0 0
104 /dev/sda4 / ext3 noatime 0 1
105
106 @@ -130,7 +130,7 @@
107 </pre>
108
109 <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'">
110 -<keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
111 +<keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
112 /dev/sda2 none swap sw 0 0
113 /dev/sda3 / ext3 noatime 0 1