- Timestamp:
- Dec 13, 2015, 3:57:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c01bd946
- Parents:
- c636dee
- Location:
- BOOK/boot
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/bc.xml
rc636dee r7cd7f99 28 28 <para>Prepare Bc for compilation:</para> 29 29 30 <screen><userinput>CC=gcc ./configure --prefix=/cross-tools</userinput></screen> 30 <screen><userinput>CC=gcc \ 31 ./configure \ 32 --prefix=/cross-tools</userinput></screen> 31 33 32 34 <variablelist> -
BOOK/boot/common/e2fsprogs.xml
rc636dee r7cd7f99 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="aa"><userinput>../configure --prefix=/tools \ 38 --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --disable-libblkid --disable-libuuid --disable-fsck \ 37 <screen os="aa"><userinput>../configure \ 38 --prefix=/tools \ 39 --enable-elf-shlibs \ 40 --build=${CLFS_HOST} \ 41 --host=${CLFS_TARGET} \ 42 --disable-libblkid \ 43 --disable-libuuid \ 44 --disable-fsck \ 40 45 --disable-uuidd</userinput></screen> 41 46 -
BOOK/boot/common/eudev.xml
rc636dee r7cd7f99 28 28 <para os="a">Prepare Eudev for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-introspection --disable-gtk-doc-html \ 32 --disable-gudev --disable-keymap --with-firmware-path=/tools/lib/firmware \ 30 <screen os="b"><userinput>./configure \ 31 --prefix=/tools \ 32 --build=${CLFS_HOST} \ 33 --host=${CLFS_TARGET} \ 34 --disable-introspection \ 35 --disable-gtk-doc-html \ 36 --disable-gudev \ 37 --disable-keymap \ 38 --with-firmware-path=/tools/lib/firmware \ 33 39 --enable-libkmod</userinput></screen> 34 40 -
BOOK/boot/common/kmod.xml
rc636dee r7cd7f99 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen> 37 <screen os="b"><userinput>./configure \ 38 --prefix=/tools \ 39 --build=${CLFS_HOST} \ 40 --host=${CLFS_TARGET} \ 41 --with-xz \ 42 --with-zlib</userinput></screen> 39 43 40 44 <variablelist os="c"> -
BOOK/boot/common/shadow.xml
rc636dee r7cd7f99 44 44 <para os="e">Prepare Shadow for compilation:</para> 45 45 46 <screen os="f"><userinput>./configure --prefix=/tools \ 47 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache \ 46 <screen os="f"><userinput>./configure \ 47 --prefix=/tools \ 48 --build=${CLFS_HOST} \ 49 --host=${CLFS_TARGET} \ 50 --cache-file=config.cache \ 48 51 --enable-subordinate-ids=no</userinput></screen> 49 52 -
BOOK/boot/multilib/e2fsprogs.xml
rc636dee r7cd7f99 41 41 xpointer="xpointer(//*[@os='c'])"/> 42 42 43 <screen os="aa"><userinput>../configure --prefix=/tools --enable-elf-shlibs \ 44 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 45 --disable-libblkid --disable-libuuid --disable-fsck \ 43 <screen os="aa"><userinput>../configure \ 44 --prefix=/tools \ 45 --enable-elf-shlibs \ 46 --build=${CLFS_HOST} \ 47 --host=${CLFS_TARGET} \ 48 --disable-libblkid \ 49 --disable-libuuid \ 50 --disable-fsck \ 46 51 --disable-uuidd</userinput></screen> 47 52 -
BOOK/boot/multilib/eudev.xml
rc636dee r7cd7f99 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} \ 29 --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \ 30 --disable-introspection --disable-gtk-doc-html --disable-gudev \ 31 --disable-keymap --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen> 28 <screen os="b"><userinput>./configure \ 29 --prefix=/tools \ 30 --build=${CLFS_HOST} \ 31 --host=${CLFS_TARGET} \ 32 --libdir=/tools/lib64 \ 33 --with-rootlibdir=/tools/lib64 \ 34 --disable-introspection \ 35 --disable-gtk-doc-html \ 36 --disable-gudev \ 37 --disable-keymap \ 38 --with-firmware-path=/lib/firmware \ 39 --enable-libkmod</userinput></screen> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/grub-build.xml
rc636dee r7cd7f99 39 39 xpointer="xpointer(//*[@os='a'])"/> 40 40 41 <screen os="ab"><userinput>./configure --prefix=/tools \ 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 --libdir=/tools/lib64 --disable-werror \ 44 --enable-grub-mkfont=no --with-bootdir=tools/boot</userinput></screen> 41 <screen os="ab"><userinput>./configure \ 42 --prefix=/tools \ 43 --build=${CLFS_HOST} \ 44 --host=${CLFS_TARGET} \ 45 --libdir=/tools/lib64 \ 46 --disable-werror \ 47 --enable-grub-mkfont=no \ 48 --with-bootdir=tools/boot</userinput></screen> 45 49 46 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/kmod.xml
rc636dee r7cd7f99 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen> 37 <screen os="b"><userinput>./configure \ 38 --prefix=/tools \ 39 --build=${CLFS_HOST} \ 40 --host=${CLFS_TARGET} \ 41 --libdir=/tools/lib64 \ 42 --with-xz \ 43 --with-zlib</userinput></screen> 40 44 41 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc/hfsutils.xml
rc636dee r7cd7f99 40 40 xpointer="xpointer(//*[@os='a'])"/> 41 41 42 <screen><userinput>CC="${CC}" ./configure --prefix=/tools</userinput></screen> 42 <screen><userinput>CC="${CC}" \ 43 ./configure \ 44 --prefix=/tools</userinput></screen> 43 45 44 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc64/e2fsprogs-libs.xml
rc636dee r7cd7f99 47 47 48 48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" \ 49 ../configure --prefix=/tools --enable-elf-shlibs \ 50 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 51 --disable-libblkid --disable-libuuid --disable-fsck \ 52 --disable-uuidd --cache-file=config.cache</userinput></screen> 49 ../configure \ 50 --prefix=/tools \ 51 --enable-elf-shlibs \ 52 --build=${CLFS_HOST} \ 53 --host=${CLFS_TARGET} \ 54 --disable-libblkid \ 55 --disable-libuuid \ 56 --disable-fsck \ 57 --disable-uuidd \ 58 --cache-file=config.cache</userinput></screen> 53 59 54 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc64/e2fsprogs.xml
rc636dee r7cd7f99 54 54 xpointer="xpointer(//*[@os='c'])"/> 55 55 56 <screen os="aa"><userinput>../configure --prefix=/tools --enable-elf-shlibs \ 57 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 58 --disable-libblkid --disable-libuuid --disable-fsck \ 59 --disable-uuidd --cache-file=config.cache</userinput></screen> 56 <screen os="aa"><userinput>../configure \ 57 --prefix=/tools \ 58 --enable-elf-shlibs \ 59 --build=${CLFS_HOST} \ 60 --host=${CLFS_TARGET} \ 61 --disable-libblkid \ 62 --disable-libuuid \ 63 --disable-fsck \ 64 --disable-uuidd \ 65 --cache-file=config.cache</userinput></screen> 60 66 61 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86/grub-build.xml
rc636dee r7cd7f99 38 38 xpointer="xpointer(//*[@os='a'])"/> 39 39 40 <screen os="ab"><userinput>./configure --prefix=/tools \ 41 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 42 --disable-werror --enable-grub-mkfont=no --with-bootdir=tools/boot</userinput></screen> 40 <screen os="ab"><userinput>./configure \ 41 --prefix=/tools \ 42 --build=${CLFS_HOST} \ 43 --host=${CLFS_TARGET} \ 44 --disable-werror \ 45 --enable-grub-mkfont=no \ 46 --with-bootdir=tools/boot</userinput></screen> 43 47 44 48 <para os="b">The meaning of the new configure option:</para> -
BOOK/boot/x86/kernel.xml
rc636dee r7cd7f99 64 64 shown, or the system might not work correctly or boot at all.</para> 65 65 66 66 <screen role="nodump">Device Drivers ---> 67 67 Generic Driver Options ---> 68 68 () path to uevent helper (CONFIG_UEVENT_HELPER_PATH)
Note:
See TracChangeset
for help on using the changeset viewer.