- Timestamp:
- Jul 1, 2006, 12:48:39 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:
- 95112ed
- Parents:
- 51f1397
- Location:
- BOOK/boot
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/alpha/kernel.xml
r51f1397 r07114c98 67 67 xpointer="xpointer(//*[@os='ae'])"/> 68 68 69 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>69 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 70 70 71 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 73 73 xpointer="xpointer(//*[@os='m'])"/> 74 74 75 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>75 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 76 76 77 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 91 91 xpointer="xpointer(//*[@os='s'])"/> 92 92 93 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${ LFS_TARGET}- \93 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${CLFS_TARGET}- \ 94 94 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 95 95 -
BOOK/boot/common/changingowner.xml
r51f1397 r07114c98 11 11 <title>Changing Ownership</title> 12 12 13 <para os="a">Currently, the <filename class="directory">$ LFS</filename>13 <para os="a">Currently, the <filename class="directory">$CLFS</filename> 14 14 directory and all of its subdirectories are owned by the user 15 15 <systemitem class="username">lfs</systemitem>, a user that exists only 16 on the host system. For security reasons, the $ LFS root directory and16 on the host system. For security reasons, the $CLFS root directory and 17 17 all of it subdirectories should be owned by 18 18 <systemitem class="username">root</systemitem>. Change the ownership 19 for $ LFS and its subdirectories by running this command:</para>19 for $CLFS and its subdirectories by running this command:</para> 20 20 21 21 <screen os="b"><userinput>chown -Rv root:root ${LFS}</userinput></screen> -
BOOK/boot/common/devices.xml
r51f1397 r07114c98 21 21 <para>The commands in the remainder of the book should be run as 22 22 the <systemitem class="username">root</systemitem> user. Also, 23 double-check that $ LFS is set as23 double-check that $CLFS is set as 24 24 <systemitem class="username">root</systemitem>.</para> 25 25 </note> -
BOOK/boot/common/e2fsprogs.xml
r51f1397 r07114c98 37 37 <screen os="aa"><userinput>../configure --prefix=/tools \ 38 38 --enable-elf-shlibs --disable-evms \ 39 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>39 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 40 40 41 41 <variablelist os="e"> -
BOOK/boot/common/introduction.xml
r51f1397 r07114c98 18 18 installed to allow you to boot the minimal system. Some of these 19 19 packages will be installed onto the root or in /usr on the CLFS 20 partition ($ LFS/bin, $LFS/usr/lib, etc...), rather than /tools, using the20 partition ($CLFS/bin, $CLFS/usr/lib, etc...), rather than /tools, using the 21 21 "DESTDIR" option with make. This will require the 22 22 <systemitem class="username">lfs</systemitem> user to have write access to 23 the rest of the $ LFS partition, so you will need to temporarily change the24 ownership of $ LFS to the <systemitem class="username">lfs</systemitem> user.23 the rest of the $CLFS partition, so you will need to temporarily change the 24 ownership of $CLFS to the <systemitem class="username">lfs</systemitem> user. 25 25 Run the following command as <systemitem 26 26 class="username">root</systemitem>:</para> 27 27 28 <screen><userinput>chown -v lfs $ LFS</userinput></screen>28 <screen><userinput>chown -v lfs $CLFS</userinput></screen> 29 29 30 30 </sect1> -
BOOK/boot/common/module-init-tools.xml
r51f1397 r07114c98 28 28 29 29 <screen os="f"><userinput>./configure --prefix=/ \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/common/udev.xml
r51f1397 r07114c98 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>make CROSS_COMPILE="${ LFS_TARGET}-" CC="${CC}" LD="${CC}" udevdir=/dev</userinput></screen>29 <screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC}" LD="${CC}" udevdir=/dev</userinput></screen> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/mips/colo-build.xml
r51f1397 r07114c98 34 34 make CC=gcc 35 35 cd ../.. 36 make CROSS_COMPILE="${ LFS_TARGET}-" binary</userinput></screen>36 make CROSS_COMPILE="${CLFS_TARGET}-" binary</userinput></screen> 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/mips/kernel.xml
r51f1397 r07114c98 67 67 xpointer="xpointer(//*[@os='ae'])"/> 68 68 69 <screen><userinput>make ARCH=mips CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>69 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 70 70 71 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 73 73 xpointer="xpointer(//*[@os='m'])"/> 74 74 75 <screen><userinput>make ARCH=mips CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>75 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 76 76 77 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 91 91 xpointer="xpointer(//*[@os='s'])"/> 92 92 93 <screen><userinput>make ARCH=mips CROSS_COMPILE=${ LFS_TARGET)- \93 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET)- \ 94 94 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 95 95 -
BOOK/boot/mips64/colo-build.xml
r51f1397 r07114c98 38 38 make CC=gcc 39 39 cd ../.. 40 make CC="${CC} ${BUILD64}" CROSS_COMPILE="${ LFS_TARGET}-" binary</userinput></screen>40 make CC="${CC} ${BUILD64}" CROSS_COMPILE="${CLFS_TARGET}-" binary</userinput></screen> 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/mips64/flags.xml
r51f1397 r07114c98 17 17 echo export BUILDN32=\""${BUILDN32}\"" >> ${LFS}/root/.bash_profile 18 18 echo export BUILD64=\""${BUILD64}\"" >> ${LFS}/root/.bash_profile 19 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" >> ${LFS}/root/.bash_profile</userinput></screen>19 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ${LFS}/root/.bash_profile</userinput></screen> 20 20 21 21 </sect1> -
BOOK/boot/mips64/kernel.xml
r51f1397 r07114c98 71 71 xpointer="xpointer(//*[@os='ae'])"/> 72 72 73 <screen><userinput>make ARCH=mips CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>73 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 74 74 75 75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 77 77 xpointer="xpointer(//*[@os='m'])"/> 78 78 79 <screen><userinput>make ARCH=mips CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>79 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 80 80 81 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 95 95 xpointer="xpointer(//*[@os='s'])"/> 96 96 97 <screen><userinput>make ARCH=mips CROSS_COMPILE=${ LFS_TARGET}- \97 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \ 98 98 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 99 99 -
BOOK/boot/multilib/e2fsprogs.xml
r51f1397 r07114c98 44 44 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 45 45 --enable-elf-shlibs --disable-evms \ 46 --host=${ LFS_TARGET}</userinput></screen>46 --host=${CLFS_TARGET}</userinput></screen> 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/multilib/module-init-tools.xml
r51f1397 r07114c98 28 28 29 29 <screen os="f"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/multilib/udev.xml
r51f1397 r07114c98 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>make CROSS_COMPILE="${ LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" \29 <screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" \ 30 30 udevdir=/dev</userinput></screen> 31 31 -
BOOK/boot/ppc/kernel.xml
r51f1397 r07114c98 59 59 xpointer="xpointer(//*[@os='ae'])"/> 60 60 61 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>61 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 62 62 63 63 <warning> … … 70 70 xpointer="xpointer(//*[@os='m'])"/> 71 71 72 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>72 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 73 73 74 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 88 88 xpointer="xpointer(//*[@os='s'])"/> 89 89 90 <screen><userinput>make ARCH=ppc CROSS_COMPILE=${ LFS_TARGET}- \90 <screen><userinput>make ARCH=ppc CROSS_COMPILE=${CLFS_TARGET}- \ 91 91 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 92 92 -
BOOK/boot/ppc/mktemp.xml
r51f1397 r07114c98 35 35 36 36 <screen os="e"><userinput>CC="${CC}" ./configure --prefix=/tools --with-libc\ 37 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>37 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc/yaboot-build.xml
r51f1397 r07114c98 52 52 53 53 <screen><userinput>cp Makefile,{.orig} 54 sed -e "s/\(strip \)/${ LFS_TARGET}-\1/" \54 sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \ 55 55 -e 's/-o root -g root//' \ 56 56 Makefile.orig > Makefile</userinput></screen> … … 60 60 xpointer="xpointer(//*[@os='g'])"/> 61 61 62 <screen><userinput>make CROSS=${ LFS_TARGET}-</userinput></screen>62 <screen><userinput>make CROSS=${CLFS_TARGET}-</userinput></screen> 63 63 64 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 66 66 xpointer="xpointer(//*[@os='i'])"/> 67 67 68 <screen><userinput>make CROSS=${ LFS_TARGET}- ROOT=/tools PREFIX= install</userinput></screen>68 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX= install</userinput></screen> 69 69 70 70 </sect2> -
BOOK/boot/ppc64/e2fsprogs.xml
r51f1397 r07114c98 56 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 57 57 --enable-elf-shlibs --disable-evms \ 58 --build=${ LFS_HOST} --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>58 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen> 59 59 60 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc64/kernel.xml
r51f1397 r07114c98 63 63 xpointer="xpointer(//*[@os='ae'])"/> 64 64 65 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>65 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 66 66 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 69 69 xpointer="xpointer(//*[@os='m'])"/> 70 70 71 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>71 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 87 87 xpointer="xpointer(//*[@os='s'])"/> 88 88 89 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${ LFS_TARGET}- \89 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \ 90 90 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 91 91 -
BOOK/boot/ppc64/mktemp.xml
r51f1397 r07114c98 43 43 44 44 <screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --with-libc\ 45 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>45 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 46 46 47 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc64/yaboot-build.xml
r51f1397 r07114c98 57 57 sed -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \ 58 58 -e "s/\(-Bstatic\)/-melf32ppclinux \1/" \ 59 -e "s/\(strip \)/${ LFS_TARGET}-\1/" \59 -e "s/\(strip \)/${CLFS_TARGET}-\1/" \ 60 60 -e 's/-o root -g root//' \ 61 61 Makefile.orig > Makefile</userinput></screen> … … 65 65 xpointer="xpointer(//*[@os='g'])"/> 66 66 67 <screen><userinput>CFLAGS=${BUILD32} make CROSS=${ LFS_TARGET}-</userinput></screen>67 <screen><userinput>CFLAGS=${BUILD32} make CROSS=${CLFS_TARGET}-</userinput></screen> 68 68 69 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 75 75 xpointer="xpointer(//*[@os='j0'])"/> 76 76 77 <screen><userinput>make CROSS=${ LFS_TARGET}- ROOT=/tools PREFIX= install 2>&1 | tee instlog</userinput></screen>77 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX= install 2>&1 | tee instlog</userinput></screen> 78 78 79 79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/sparc/kernel.xml
r51f1397 r07114c98 59 59 xpointer="xpointer(//*[@os='ae'])"/> 60 60 61 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>61 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 62 62 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 65 65 xpointer="xpointer(//*[@os='m'])"/> 66 66 67 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>67 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 68 68 69 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 83 83 xpointer="xpointer(//*[@os='s'])"/> 84 84 85 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${ LFS_TARGET}- \85 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}- \ 86 86 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 87 87 -
BOOK/boot/sparc/silo-build.xml
r51f1397 r07114c98 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="aa"><userinput>make CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>37 <screen os="aa"><userinput>make CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/sparc64/flags.xml
r51f1397 r07114c98 16 16 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${LFS}/root/.bash_profile 17 17 echo export BUILD64=\""${BUILD64}\"" >> ${LFS}/root/.bash_profile 18 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" >> ${LFS}/root/.bash_profile</userinput></screen>18 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ${LFS}/root/.bash_profile</userinput></screen> 19 19 20 20 </sect1> -
BOOK/boot/sparc64/kernel.xml
r51f1397 r07114c98 39 39 xpointer="xpointer(//*[@os='m1'])"/> 40 40 41 <screen><userinput>make mrproper ARCH=sparc64 CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>41 <screen><userinput>make mrproper ARCH=sparc64 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 42 42 43 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 61 61 xpointer="xpointer(//*[@os='ae'])"/> 62 62 63 <screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>63 <screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 64 64 65 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 67 67 xpointer="xpointer(//*[@os='m'])"/> 68 68 69 <screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>69 <screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 70 70 71 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 86 86 87 87 <screen><userinput>make INSTALL_MOD_PATH=${LFS} ARCH=sparc64 \ 88 CROSS_COMPILE=${ LFS_TARGET}- modules_install</userinput></screen>88 CROSS_COMPILE=${CLFS_TARGET}- modules_install</userinput></screen> 89 89 90 90 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/x86/grub-build.xml
r51f1397 r07114c98 40 40 41 41 <screen os="aa"><userinput>./configure --prefix=/usr \ 42 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>42 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/x86/kernel.xml
r51f1397 r07114c98 63 63 <para os="ae">Configure the kernel via a menu-driven interface:</para> 64 64 65 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>65 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 66 66 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 69 69 xpointer="xpointer(//*[@os='m'])"/> 70 70 71 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>71 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 72 72 73 73 <para os="af">If the use of kernel modules can't be avoided, an … … 91 91 xpointer="xpointer(//*[@os='s'])"/> 92 92 93 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${ LFS_TARGET}- \93 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \ 94 94 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 95 95 -
BOOK/boot/x86_64-64/bin86.xml
r51f1397 r07114c98 48 48 output is not for a native system.</para> 49 49 50 <screen os="f"><userinput>install -v -m 755 -s as/as86 /cross-tools/bin/${ LFS_TARGET}-as8651 install -v -m 755 -s ld/ld86 /cross-tools/bin/${ LFS_TARGET}-ld86</userinput></screen>50 <screen os="f"><userinput>install -v -m 755 -s as/as86 /cross-tools/bin/${CLFS_TARGET}-as86 51 install -v -m 755 -s ld/ld86 /cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen> 52 52 53 53 </sect2> -
BOOK/boot/x86_64/flags.xml
r51f1397 r07114c98 16 16 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${LFS}/root/.bash_profile 17 17 echo export BUILD64=\""${BUILD64}\"" >> ${LFS}/root/.bash_profile 18 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" >> ${LFS}/root/.bash_profile</userinput></screen>18 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ${LFS}/root/.bash_profile</userinput></screen> 19 19 20 20 </sect1> -
BOOK/boot/x86_64/grub-build.xml
r51f1397 r07114c98 32 32 33 33 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/usr \ 34 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>34 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 35 35 36 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/x86_64/kernel.xml
r51f1397 r07114c98 63 63 xpointer="xpointer(//*[@os='ae'])"/> 64 64 65 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${ LFS_TARGET}- menuconfig</userinput></screen>65 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen> 66 66 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 69 69 xpointer="xpointer(//*[@os='m'])"/> 70 70 71 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${ LFS_TARGET}-</userinput></screen>71 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 87 87 xpointer="xpointer(//*[@os='s'])"/> 88 88 89 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${ LFS_TARGET}- \89 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${CLFS_TARGET}- \ 90 90 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 91 91
Note:
See TracChangeset
for help on using the changeset viewer.