Changes in BOOK/boot/x86/kernel.xml [fe422de:1d9abb9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/kernel.xml
rfe422de r1d9abb9 49 49 xpointer="xpointer(//*[@os='d'])"/> 50 50 51 <note os="kc"><para>A good starting place for setting up the kernel52 configuration is to run <command>make defconfig</command>. This will set the base configuration to a good state that takes your current system53 architecture into account.</para>54 55 <para>Be sure to enable or disable following features or the system might56 not work correctly or boot at all:</para>57 58 <screen role="nodump">Device Drivers --->59 Generic Driver Options --->60 () path to uevent helper61 [*] Maintain a devtmpfs filesystem to mount at /dev62 [ ] Fallback user-helper invocation for firmware loading</screen></note>63 64 51 <para os="ae">Configure the kernel via a menu-driven interface:</para> 65 52 … … 93 80 94 81 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \ 95 INSTALL_MOD_PATH= /toolsmodules_install</userinput></screen>82 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 96 83 97 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 100 87 101 88 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \ 102 INSTALL_MOD_PATH=/toolsfirmware_install</userinput></screen>89 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen> 103 90 104 91 <para os="u">After kernel compilation is complete, additional steps are 105 92 required to complete the installation. Some files need to be copied to 106 the <filename class="directory"> /tools/boot</filename> directory.</para>93 the <filename class="directory">${CLFS}/boot</filename> directory.</para> 107 94 108 <para os="v">Issue the following commands to install the kernel:</para> 95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 96 href="../../bootable/x86/kernel.xml" 97 xpointer="xpointer(//*[@os='v'])"/> 109 98 110 <screen><userinput>mkdir -pv /tools/boot 111 cp -v arch/i386/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;</userinput></screen> 99 <screen><userinput>cp -v arch/i386/boot/bzImage ${CLFS}/boot/vmlinuz-clfs-&linux-version;</userinput></screen> 112 100 113 101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 115 103 xpointer="xpointer(//*[@os='w'])"/> 116 104 117 <screen os="w1"><userinput>cp -v System.map /tools/boot/System.map-&linux-version;</userinput></screen>105 <screen os="w1"><userinput>cp -v System.map ${CLFS}/boot/System.map-&linux-version;</userinput></screen> 118 106 119 107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 121 109 xpointer="xpointer(//*[@os='x'])"/> 122 110 123 <screen os="x1"><userinput>cp -v .config /tools/boot/config-&linux-version;</userinput></screen>111 <screen os="x1"><userinput>cp -v .config ${CLFS}/boot/config-&linux-version;</userinput></screen> 124 112 125 113 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.