From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DzIJc-0003bX-RK for garchives@archives.gentoo.org; Sun, 31 Jul 2005 18:13:37 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6VIDTJh026356; Sun, 31 Jul 2005 18:13:29 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6VIDTNp013425 for ; Sun, 31 Jul 2005 18:13:29 GMT Message-Id: <200507311813.j6VIDTNp013425@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1DzIJV-0001g9-2i for gentoo-doc-cvs@lists.gentoo.org; Sun, 31 Jul 2005 18:13:29 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sun, 31 Jul 2005 18:13:14 +0000 From: "Alin Dobre" Date: Sun, 31 Jul 2005 18:13:14 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: genkernel.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: b9b8c95a-0fa7-4554-985a-a84cebf89926 X-Archives-Hash: 1a5a92e7928282571e1436a4b6dfe30a alin 05/07/31 18:13:14 Modified: xml/htdocs/doc/en genkernel.xml Log: Two more typos. Revision Changes Path 1.21 +5 -5 xml/htdocs/doc/en/genkernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo Index: genkernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- genkernel.xml 31 Jul 2005 16:26:20 -0000 1.20 +++ genkernel.xml 31 Jul 2005 18:13:14 -0000 1.21 @@ -1,5 +1,5 @@ - + @@ -26,8 +26,8 @@ -1.3 -2005-07-24 +1.4 +2005-07-31 Introduction @@ -705,7 +705,7 @@

First, the kernel image must include the drivers for your Network Interface Cards (NIC). Normally, drivers for such devices will be compiled as modules. -However, it is essential (for netbooting) that you such drivers compiled +However, it is essential (for netbooting) that you have such drivers compiled directly into the kernel image and not as modules.

@@ -715,7 +715,7 @@ Ethernet (10 or 100Mbit) ---> [*] Ethernet (10 or 100Mbit) <*> the driver for your network card -(Be sure to select <*> and not <m>) +(Be sure to select <*> and not <M>)

-- gentoo-doc-cvs@gentoo.org mailing list