Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
Date: Sun, 13 Jan 2008 20:34:35
Message-Id: E1JE9XL-0006sO-RF@stork.gentoo.org
1 rane 08/01/13 20:34:31
2
3 Modified: grub-error-guide.xml
4 Log:
5 we don't copy proc/mounts, we grep it, #205704
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/grub-error-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?r1=1.14&r2=1.15
13
14 Index: grub-error-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- grub-error-guide.xml 29 Nov 2006 15:48:57 -0000 1.14
21 +++ grub-error-guide.xml 13 Jan 2008 20:34:31 -0000 1.15
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.14 2006/11/29 15:48:57 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.15 2008/01/13 20:34:31 rane Exp $ -->
27
28 <guide link="/doc/en/grub-error-guide.xml">
29 <title>Gentoo Grub Error Collection</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.8</version>
35 -<date>2005-12-21</date>
36 +<version>1.9</version>
37 +<date>2008-01-13</date>
38
39 <chapter>
40 <title>Starting notes</title>
41 @@ -581,7 +581,7 @@
42 </p>
43
44 <pre caption="Updating the mtab file">
45 -# <i>cp /proc/mounts /etc/mtab</i>
46 +# <i>grep -v rootfs /proc/mounts > /etc/mtab</i>
47 </pre>
48
49 </body>
50
51
52
53 --
54 gentoo-doc-cvs@l.g.o mailing list