Changeset f32f537 for boot/common
- Timestamp:
- Feb 21, 2006, 1:26:16 AM (19 years ago)
- Children:
- 4a9cdca
- Parents:
- 360c931
- Location:
- boot/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/e2fsprogs.xml
r360c931 rf32f537 39 39 --host=${LFS_TARGET}</userinput></screen> 40 40 41 <variablelist os=" ab">41 <variablelist os="e"> 42 42 <title>The meaning of the configure options:</title> 43 43 … … 51 51 52 52 </variablelist> 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"55 href="../../final-system/common/e2fsprogs.xml"56 xpointer="xpointer(//*[@os='e'])"/>57 53 58 54 <screen os="ac"><userinput>make</userinput></screen> … … 73 69 href="../../final-system/common/e2fsprogs.xml" 74 70 xpointer="xpointer(//*[@os='k'])"/> 71 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 73 href="../../final-system/common/e2fsprogs.xml" 74 xpointer="xpointer(//*[@os='l'])"/> 75 75 76 76 <para os="ad">Create needed symlinks for a bootable system:</para> -
boot/common/introduction.xml
r360c931 rf32f537 11 11 <title>Introduction</title> 12 12 13 <para>This chapter shows how to complete the tempora ly tools to create13 <para>This chapter shows how to complete the temporary tools to create 14 14 a minimal system that will be used to boot the target machine and to build 15 the m thefinal system packages.</para>15 the final system packages.</para> 16 16 17 17 </sect1> -
boot/common/module-init-tools.xml
r360c931 rf32f537 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../../final-system/common/module-init-tools.xml"35 xpointer="xpointer(//*[@os='c'])"/>36 37 33 <screen os="d"><userinput>./configure --prefix=/ \ 38 34 --host=${LFS_TARGET}</userinput></screen> -
boot/common/util-linux.xml
r360c931 rf32f537 70 70 <title>The meaning of the make parameters:</title> 71 71 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 73 href="../../final-system/common/util-linux.xml" 74 xpointer="xpointer(//*[@os='e1'])"/> 72 <varlistentry> 73 <term><parameter>HAVE_KILL=yes</parameter></term> 74 <listitem> 75 <para>This prevents the <command>kill</command> program 76 from being built.</para> 77 </listitem> 78 </varlistentry> 75 79 76 80 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.