From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E740E13877A for ; Thu, 7 Aug 2014 16:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C738BE086D; Thu, 7 Aug 2014 16:15:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07547E086D for ; Thu, 7 Aug 2014 16:15:46 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18E1E340242 for ; Thu, 7 Aug 2014 16:15:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id C60942004F; Thu, 7 Aug 2014 16:15:41 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml X-VCS-Repository: gentoo X-VCS-Files: hb-install-x86+amd64-kernel.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140807161542.C60942004F@flycatcher.gentoo.org> Date: Thu, 7 Aug 2014 16:15:41 +0000 (UTC) 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: fe57de85-7a88-44c4-a5fe-de4fc1dd264a X-Archives-Hash: 2e386f280f67d28c8bdcd384fcf3efd1 swift 14/08/07 16:15:41 Modified: hb-install-x86+amd64-kernel.xml Log: Update /boot entry in fstab for genkernel, reported by Colin Hulme Revision Changes Path 1.57 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.56&r2=1.57 Index: hb-install-x86+amd64-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- hb-install-x86+amd64-kernel.xml 1 Jun 2014 13:20:25 -0000 1.56 +++ hb-install-x86+amd64-kernel.xml 7 Aug 2014 16:15:41 -0000 1.57 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ explains how to configure your kernel. -26 -2014-06-01 +27 +2014-08-07
Installing the Sources @@ -373,6 +373,26 @@

+Next, edit the /etc/fstab file so that the line containing +/boot as second field has the first field pointing to the right +device. If the partitioning example from the handbook is followed, then this +device is most likely with the ext2 file +system. This would make the entry in the file look like so: +

+ +
+# nano -w /etc/fstab
+...
+	/boot	ext2	defaults	0 2
+
+ +

+The remainder of the /etc/fstab will be updated in the next section, +but as genkernel reads this information we need to update the +/boot line up front. +

+ +

Now, compile your kernel sources by running genkernel all. Be aware though, as genkernel compiles a kernel that supports almost all hardware, this compilation will take quite a while to finish!