nimiux 14/08/07 17:50:37 Modified: hb-install-x86+amd64-kernel.xml Log: Update /boot entry in fstab for genkernel, reported by Colin Hulme
Revision Changes Path 1.44 xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml?r1=1.43&r2=1.44 Index: hb-install-x86+amd64-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- hb-install-x86+amd64-kernel.xml 3 Jun 2014 07:43:23 -0000 1.43 +++ hb-install-x86+amd64-kernel.xml 7 Aug 2014 17:50:37 -0000 1.44 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml,v 1.43 2014/06/03 07:43:23 nimiux Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml,v 1.44 2014/08/07 17:50:37 nimiux Exp $ --> <sections> @@ -13,8 +13,8 @@ cómo configurarlo. </abstract> -<version>26</version> -<date>2014-06-01</date> +<version>27</version> +<date>2014-08-07</date> <section> <title>Instalar las fuentes</title> @@ -399,6 +399,28 @@ </pre> <p> +A continuación, edite el fichero <path>/etc/fstab</path> de modo que +la línea que contiene <path>/boot</path> en el segundo campo tiene +el primer campo apuntando al dispositivo correcto. Si se sigue el +ejemplo de particionamiento del manual, entonces este dispositivo +es, seguramente, <path><keyval id="/boot"/></path> con un sistema +de ficheros ext2. Esto haría que la entrada en el fichero tuviera +el siguiente aspecto: +</p> + +<pre caption="Editar /etc/fstab para la entrada /boot"> +# <i>nano -w /etc/fstab</i> +... +<keyval id="/boot"/> /boot ext2 defaults 0 2 +</pre> + +<p> +El resto del fichero <path>/etc/fstab</path> se actualizará en la +siguiente sección, pero debido a que <c>genkernel</c> lee esta +información, necesitamos actualizar la línea para <path>/boot</path>. +</p> + +<p> Ahora, compile las fuentes del núcleo ejecutando <c>genkernel all</c> Recuerde que <c>genkernel</c> compila un núcleo que soporta casi todo el hardware, ¡esta compilación tardará un rato en terminar!