Changeset 3f76cac for BOOK/boot/ppc
- Timestamp:
- Jul 1, 2006, 11:52:01 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0ee61bb
- Parents:
- a90a072
- Location:
- BOOK/boot/ppc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/kernel.xml
ra90a072 r3f76cac 89 89 90 90 <screen><userinput>make ARCH=ppc CROSS_COMPILE=${CLFS_TARGET}- \ 91 INSTALL_MOD_PATH=${ LFS} modules_install</userinput></screen>91 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 92 92 93 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 99 99 xpointer="xpointer(//*[@os='v'])"/> 100 100 101 <screen><userinput>cp -v vmlinux ${ LFS}/boot/lfskernel-&linux-version;</userinput></screen>101 <screen><userinput>cp -v vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> 102 102 103 103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc/yaboot-build.xml
ra90a072 r3f76cac 48 48 but it will try to use <command>strip</command> to strip the second-stage 49 49 loader. It also expects to be running as root for the install, and to 50 install for the root user, which user LFS cannot do. The following command50 install for the root user, which user CLFS cannot do. The following command 51 51 will fix this:</para> 52 52
Note:
See TracChangeset
for help on using the changeset viewer.