Changeset 03e6a40 for BOOK/boot/mips
- Timestamp:
- Apr 20, 2014, 8:57:39 AM (11 years ago)
- Children:
- 0be79ea
- Parents:
- 88ef769 (diff), 578ca586 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK/boot/mips
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/mips/bootloaders.xml
r88ef769 r03e6a40 18 18 netbooting can be found at the link below.</para> 19 19 20 <para><ulink url=" http://documents.jg555.com/netboot"/></para>20 <para><ulink url="&hints-root;Category:Netboot"/></para> 21 21 22 22 </sect1> -
BOOK/boot/mips/kernel.xml
r88ef769 r03e6a40 72 72 73 73 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \ 74 INSTALL_MOD_PATH= ${CLFS}modules_install</userinput></screen>74 INSTALL_MOD_PATH=/tools modules_install</userinput></screen> 75 75 76 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 79 79 80 80 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \ 81 INSTALL_ FW_PATH=${CLFS}/lib/firmwarefirmware_install</userinput></screen>81 INSTALL_MOD_PATH=/tools firmware_install</userinput></screen> 82 82 83 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 89 89 xpointer="xpointer(//*[@os='v'])"/> 90 90 91 <screen><userinput>cp -v vmlinux ${CLFS}/boot/vmlinux-&linux-version;92 gzip -9 ${CLFS}/boot/vmlinux-&linux-version;</userinput></screen>91 <screen><userinput>cp -v vmlinux /tools/boot/vmlinux-&linux-version; 92 gzip -9 /tools/boot/vmlinux-&linux-version;</userinput></screen> 93 93 94 94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.