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-config.xml
Date: Tue, 17 Dec 2013 09:35:09
Message-Id: 20131217093453.7B7872004B@flycatcher.gentoo.org
1 swift 13/12/17 09:34:53
2
3 Modified: hb-install-config.xml
4 Log:
5 Fix bug #439276 - Add discard mount option for SSD users
6
7 Revision Changes Path
8 1.123 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.123&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.123&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.122&r2=1.123
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
17 retrieving revision 1.122
18 retrieving revision 1.123
19 diff -u -r1.122 -r1.123
20 --- hb-install-config.xml 24 Jul 2013 20:40:40 -0000 1.122
21 +++ hb-install-config.xml 17 Dec 2013 09:34:53 -0000 1.123
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-config.xml,v 1.122 2013/07/24 20:40:40 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.123 2013/12/17 09:34:53 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>28</version>
36 -<date>2013-07-24</date>
37 +<version>29</version>
38 +<date>2013-12-17</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -167,7 +167,10 @@
43 <p>
44 To improve performance, most users would want to add the <c>noatime</c>
45 mount option, which results in a faster system since access times
46 -aren't registered (you don't need those generally anyway).
47 +aren't registered (you don't need those generally anyway). This is also
48 +recommended for solid state drive (SSD) users, who should also enable
49 +the <c>discard</c> mount option (ext4 and btrfs only for now) which
50 +makes the TRIM command work.
51 </p>
52
53 <p>