cam 05/04/17 21:08:15 Modified: xml/htdocs/doc/en grub-error-guide.xml Log: Fixed typo.
Revision Changes Path 1.8 +9 -9 xml/htdocs/doc/en/grub-error-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/grub-error-guide.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo Index: grub-error-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- grub-error-guide.xml 7 Apr 2005 17:13:02 -0000 1.7 +++ grub-error-guide.xml 17 Apr 2005 21:08:14 -0000 1.8 @@ -1,6 +1,6 @@ -<?xml version='1.0' encoding="UTF-8"?> +<?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.7 2005/04/07 17:13:02 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.8 2005/04/17 21:08:14 cam Exp $ --> <guide link="/doc/en/grub-error-guide.xml"> <title>Gentoo Grub Error Collection</title> @@ -21,8 +21,8 @@ <license/> -<version>1.4</version> -<date>2005-04-07</date> +<version>1.5</version> +<date>2005-04-17</date> <chapter> <title>Starting notes</title> @@ -135,8 +135,8 @@ </p> <pre caption="Interactive installation commands"> -grub> <i>root (hd0,0)</i> -grub> <i>setup (hd0)</i> +grub> <i>root (hd0,0)</i> +grub> <i>setup (hd0)</i> </pre> <p> @@ -227,7 +227,7 @@ <pre caption="Copying the kernel"> <comment>(Assuming the boot partition is mounted at /mnt/gentoo/boot)</comment> -# <i>cp /usr/src/linux/arch/x86/boot/bzImage /mnt/gentoo/boot</i> +# <i>cp /usr/src/linux/arch/i386/boot/bzImage /mnt/gentoo/boot</i> </pre> <p> @@ -711,9 +711,9 @@ </p> <pre caption="Installing Grub"> -grub> root (hd0,0) +grub> root (hd0,0) -grub> setup (hd0) +grub> setup (hd0) Segmentation fault </pre> -- [email protected] mailing list
