Changeset c140ee2 for BOOK/boot/common
- Timestamp:
- Sep 6, 2012, 7:27:36 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f856ab0
- Parents:
- 8150908
- Location:
- BOOK/boot/common
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/createfiles.xml
r8150908 rc140ee2 22 22 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib 23 23 ln -sv bash ${CLFS}/bin/sh 24 ln -sv ${CLFS}/run ${CLFS}/var/run</userinput></screen>24 ln -sv ../run ${CLFS}/var/run</userinput></screen> 25 25 26 26 </sect1> -
BOOK/boot/common/kmod.xml
r8150908 rc140ee2 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" \ 30 liblzma_LIBS="-L/tools/lib -llzma" zlib_CFLAGS="-I/tools/include" \ 31 zlib_LIBS="-L/tools/lib -lz" ./configure --prefix=/tools --bindir=/bin \ 32 --with-rootlibdir=/tools/lib --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --with-xz --with-zlib</userinput></screen> 29 <screen os="b"><userinput>./configure --prefix=/tools --bindir=/bin \ 30 --with-rootlibdir=/tools/lib --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 34 31 35 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/common/udev.xml
r8150908 rc140ee2 34 34 --with-rootprefix=$CLFS --bindir=/sbin \ 35 35 --sysconfdir=/etc --libexecdir=/lib \ 36 --disable-introspection \ 37 --with-usb-ids-path=no --with-pci-ids-path=no \ 36 --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \ 38 37 --disable-gtk-doc-html --disable-gudev \ 39 38 --disable-keymap --disable-logging</userinput></screen> -
BOOK/boot/common/util-linux.xml
r8150908 rc140ee2 38 38 ./configure --prefix=/tools --exec-prefix=/tools \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 --enable-login-utils --disable-makeinstall-chown\ 41 --config-cache</userinput></screen> 40 --disable-makeinstall-chown --config-cache</userinput></screen> 42 41 43 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.