Changeset 76b06f6 for BOOK/boot/x86
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (12 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- Location:
- BOOK/boot/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/grub-build.xml
r111b12a r76b06f6 26 26 href="../../final-system/x86/grub.xml" 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/x86/grub.xml"31 xpointer="xpointer(//*[@os='s1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='s2'])"/>36 28 37 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86/kernel.xml
r111b12a r76b06f6 82 82 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 83 83 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"85 href="../../bootable/x86/kernel.xml"86 xpointer="xpointer(//*[@os='s2'])"/>87 88 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \89 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>90 91 84 <para os="u">After kernel compilation is complete, additional steps are 92 85 required to complete the installation. Some files need to be copied to
Note:
See TracChangeset
for help on using the changeset viewer.