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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.14 2006/11/29 15:48:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.15 2008/01/13 20:34:31 rane Exp $ --> <guide link="/doc/en/grub-error-guide.xml"> <title>Gentoo Grub Error Collection</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.8</version> -<date>2005-12-21</date> +<version>1.9</version> +<date>2008-01-13</date> <chapter> <title>Starting notes</title> @@ -581,7 +581,7 @@ </p> <pre caption="Updating the mtab file"> -# <i>cp /proc/mounts /etc/mtab</i> +# <i>grep -v rootfs /proc/mounts > /etc/mtab</i> </pre> </body> -- [email protected] mailing list
