From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
by finch.gentoo.org with esmtp (Exim 4.60)
(envelope-from )
id 1JE9XP-0003cX-7f
for garchives@archives.gentoo.org; Sun, 13 Jan 2008 20:34:35 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id B3DC4E0C80;
Sun, 13 Jan 2008 20:34:34 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id 90F82E0C80
for ; Sun, 13 Jan 2008 20:34:34 +0000 (UTC)
Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133])
(using TLSv1 with cipher AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTP id C2D98653E5
for ; Sun, 13 Jan 2008 20:34:33 +0000 (UTC)
Received: from rane by stork.gentoo.org with local (Exim 4.68)
(envelope-from )
id 1JE9XL-0006sO-RF
for gentoo-doc-cvs@lists.gentoo.org; Sun, 13 Jan 2008 20:34:31 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
Message-Id:
From: Lukasz Damentko
Date: Sun, 13 Jan 2008 20:34:31 +0000
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@lists.gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: e3f9dc80-7f84-4958-94e1-e276ec797d3f
X-Archives-Hash: b5438bae0c8c5dcbf1fcab535af2d603
rane 08/01/13 20:34:31
Modified: grub-error-guide.xml
Log:
we don't copy proc/mounts, we grep it, #205704
Revision Changes Path
1.15 xml/htdocs/doc/en/grub-error-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?r1=1.14&r2=1.15
Index: grub-error-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- grub-error-guide.xml 29 Nov 2006 15:48:57 -0000 1.14
+++ grub-error-guide.xml 13 Jan 2008 20:34:31 -0000 1.15
@@ -1,6 +1,6 @@
-
+
Gentoo Grub Error Collection
@@ -23,8 +23,8 @@
-1.8
-2005-12-21
+1.9
+2008-01-13
Starting notes
@@ -581,7 +581,7 @@
-# cp /proc/mounts /etc/mtab
+# grep -v rootfs /proc/mounts > /etc/mtab