[bf8c11f] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-boot-kernel" role="wrap">
|
---|
| 9 | <?dbhtml filename="kernel.html"?>
|
---|
| 10 |
|
---|
[3ae6751] | 11 | <title>Linux-&linux-version;</title>
|
---|
[bf8c11f] | 12 |
|
---|
| 13 | <indexterm zone="ch-boot-kernel">
|
---|
| 14 | <primary sortas="a-Linux">Linux</primary>
|
---|
| 15 | <secondary>boot</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[c4b671e] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../../bootable/x86/kernel.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[bf8c11f] | 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of the kernel</title>
|
---|
| 24 |
|
---|
| 25 | <warning os="aa">
|
---|
[f32f537] | 26 | <para>Here a temporary cross-compiled kernel will be built. When
|
---|
[cbfa0a3] | 27 | configuring it, select the minimal amount of options required to
|
---|
| 28 | boot the target machine and build the final system. I.e., no support
|
---|
[bf8c11f] | 29 | for sound, printers, etc. will be needed.</para>
|
---|
| 30 |
|
---|
| 31 | <para>Also, try to avoid the use of modules if possible, and don't
|
---|
| 32 | use the resulting kernel image for production systems.</para>
|
---|
| 33 | </warning>
|
---|
| 34 |
|
---|
| 35 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 36 | href="../../bootable/x86/kernel.xml"
|
---|
| 37 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 38 |
|
---|
[9177827] | 39 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 40 | href="../../bootable/x86/kernel.xml"
|
---|
| 41 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
| 42 |
|
---|
| 43 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 44 | href="../../bootable/x86/kernel.xml"
|
---|
| 45 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
| 46 |
|
---|
[bf8c11f] | 47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 48 | href="../../bootable/x86/kernel.xml"
|
---|
| 49 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 50 |
|
---|
| 51 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 52 | href="../../bootable/x86/kernel.xml"
|
---|
| 53 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 54 |
|
---|
| 55 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 56 | href="../../bootable/x86/kernel.xml"
|
---|
| 57 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 58 |
|
---|
[24e96cc] | 59 | <para os="ab">If your keyboard isn't a US one and you have Kbd installed
|
---|
| 60 | on your host system, you can build the proper keymap for your keyboard
|
---|
| 61 | layout inside the kernel. If you wish to do this, run the following
|
---|
| 62 | command (replace [path to keymap] with the keymap location on the host -
|
---|
| 63 | a common location is in /usr/share/kbd):</para>
|
---|
| 64 |
|
---|
| 65 | <screen os="f"><userinput>loadkeys -m <replaceable>[path to keymap]</replaceable> > \
|
---|
| 66 | drivers/char/defkeymap.c</userinput></screen>
|
---|
[bf8c11f] | 67 |
|
---|
[d0ed88e8] | 68 | <para os="g">For example, if using a Dutch keyboard, use
|
---|
| 69 | <filename>/usr/share/kbd/keymaps/i386/qwerty/nl.map.gz</filename>.</para>
|
---|
[bf8c11f] | 70 |
|
---|
| 71 | <para os="ae">Configure the kernel via a menu-driven interface:</para>
|
---|
| 72 |
|
---|
[9cb6b64] | 73 | <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
|
---|
[bf8c11f] | 74 |
|
---|
| 75 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 76 | href="../../bootable/x86/kernel.xml"
|
---|
| 77 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
| 78 |
|
---|
[9cb6b64] | 79 | <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
|
---|
[bf8c11f] | 80 |
|
---|
| 81 | <para os="af">If the use of kernel modules can't be avoided, an
|
---|
[a6bba28d] | 82 | <filename>/etc/modprobe.conf</filename> file may be needed.
|
---|
[bf8c11f] | 83 | Information pertaining to modules and kernel configuration is
|
---|
| 84 | located in the kernel documentation in the <filename
|
---|
| 85 | class="directory">Documentation</filename> directory of the kernel
|
---|
| 86 | sources tree. The <filename>modprobe.conf</filename> man page may also
|
---|
| 87 | be of interest.</para>
|
---|
| 88 |
|
---|
| 89 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 90 | href="../../bootable/x86/kernel.xml"
|
---|
| 91 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
| 92 |
|
---|
| 93 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 94 | href="../../bootable/x86/kernel.xml"
|
---|
| 95 | xpointer="xpointer(//*[@os='q'])"/>
|
---|
| 96 |
|
---|
| 97 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 98 | href="../../bootable/x86/kernel.xml"
|
---|
| 99 | xpointer="xpointer(//*[@os='s'])"/>
|
---|
| 100 |
|
---|
[9cb6b64] | 101 | <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \
|
---|
[f1fd69a] | 102 | INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
|
---|
[bf8c11f] | 103 |
|
---|
[8c50f0e] | 104 | <para os="u">After kernel compilation is complete, additional steps are
|
---|
| 105 | required to complete the installation. Some files need to be copied to
|
---|
[f1fd69a] | 106 | the <filename class="directory">${CLFS}/boot</filename> directory.</para>
|
---|
[bf8c11f] | 107 |
|
---|
| 108 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 109 | href="../../bootable/x86/kernel.xml"
|
---|
| 110 | xpointer="xpointer(//*[@os='v'])"/>
|
---|
| 111 |
|
---|
[f1fd69a] | 112 | <screen><userinput>cp -v arch/i386/boot/bzImage ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
|
---|
[bf8c11f] | 113 |
|
---|
[0993dfa] | 114 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 115 | href="../../bootable/x86/kernel.xml"
|
---|
| 116 | xpointer="xpointer(//*[@os='w'])"/>
|
---|
| 117 |
|
---|
[f1fd69a] | 118 | <screen os="w1"><userinput>cp -v System.map ${CLFS}/boot/System.map-&linux-version;</userinput></screen>
|
---|
[0993dfa] | 119 |
|
---|
[bf8c11f] | 120 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 121 | href="../../bootable/x86/kernel.xml"
|
---|
| 122 | xpointer="xpointer(//*[@os='x'])"/>
|
---|
| 123 |
|
---|
[f1fd69a] | 124 | <screen os="x1"><userinput>cp -v .config ${CLFS}/boot/config-&linux-version;</userinput></screen>
|
---|
[bf8c11f] | 125 |
|
---|
| 126 | </sect2>
|
---|
| 127 |
|
---|
| 128 | <sect2 role="content">
|
---|
| 129 | <title/>
|
---|
| 130 |
|
---|
| 131 | <para>Details on this package are located in <xref
|
---|
| 132 | linkend="contents-kernel" role="."/></para>
|
---|
| 133 |
|
---|
| 134 | </sect2>
|
---|
| 135 |
|
---|
| 136 | </sect1>
|
---|