- Timestamp:
- Apr 13, 2014, 12:11:12 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 37a6db2
- Parents:
- 45c30d1
- Location:
- BOOK/boot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/kmod.xml
r45c30d1 ree7300b 32 32 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen> 33 33 34 <variablelist os="c"> 35 <title>The meaning of the new configure options:</title> 36 37 <varlistentry> 38 <term><parameter>--with-zlib --with-xz</parameter></term> 39 <listitem> 40 <para>These allow the Kmod package to handle zlib and XZ 41 compressed kernel modules.</para> 42 </listitem> 43 </varlistentry> 44 45 </variablelist> 46 34 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 48 href="../../final-system/common/kmod.xml" … … 44 57 xpointer="xpointer(//*[@os='g'])"/> 45 58 46 <screen os=" k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>59 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 47 60 48 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/kmod.xml
r45c30d1 ree7300b 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 href="../common/kmod.xml" 37 xpointer="xpointer(//*[@os='c'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 40 href="../../final-system/common/kmod.xml" 37 41 xpointer="xpointer(//*[@os='d'])"/> … … 45 49 xpointer="xpointer(//*[@os='g'])"/> 46 50 47 <screen os=" k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>51 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 48 52 49 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86_64-64/kmod.xml
r45c30d1 ree7300b 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 href="../common/kmod.xml" 36 xpointer="xpointer(//*[@os='c'])"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 39 href="../../final-system/common/kmod.xml" 36 40 xpointer="xpointer(//*[@os='d'])"/> … … 44 48 xpointer="xpointer(//*[@os='g'])"/> 45 49 46 <screen os=" k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>50 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 47 51 48 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.