Changeset dca40f5
- Timestamp:
- Feb 21, 2006, 8:24:45 PM (19 years ago)
- Children:
- d48ae24
- Parents:
- bf668af
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chroot/common/kernfs.xml
rbf668af rdca40f5 31 31 32 32 <screen><userinput>mount -vt proc proc $LFS/proc 33 mount - t sysfs sysfs $LFS/sys</userinput></screen>33 mount -vt sysfs sysfs $LFS/sys</userinput></screen> 34 34 35 35 <para>Remember that if for any reason you stop working on the LFS system -
final-system/common/coreutils.xml
rbf668af rdca40f5 95 95 stages of booting, those binaries need to be on the root partition:</para> 96 96 97 <screen os="u"><userinput>mv /usr/bin/{head,sleep} /bin</userinput></screen>97 <screen os="u"><userinput>mv -v /usr/bin/{head,sleep} /bin</userinput></screen> 98 98 99 99 </sect2> -
final-system/common/ncurses.xml
rbf668af rdca40f5 65 65 <para os="l">Give the Ncurses libraries execute permissions:</para> 66 66 67 <screen os="m"><userinput>chmod 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen>67 <screen os="m"><userinput>chmod -v 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen> 68 68 69 69 </sect2> -
final-system/common/sed.xml
rbf668af rdca40f5 34 34 <title>Installation of Sed</title> 35 35 36 <para os="a">By default, Sed installs its HTML documentation in 37 <filename class="directory">/usr/share/doc</filename>. Alter this to 38 <filename class="directory">/usr/share/doc/sed-&sed-version;</filename> by 39 applying the following <command>sed</command>:</para> 36 <para os="a">Prepare Sed for compilation:</para> 40 37 41 <screen os="b"><userinput> sed -i 's@/doc@&/sed-&sed-version;@' doc/Makefile.in</userinput></screen>38 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen> 42 39 43 <para os="c">Prepare Sed for compilation:</para> 40 <variablelist os="c"> 41 <title>The meaning of the new configure option:</title> 44 42 45 <screen os="d"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen> 43 <varlistentry> 44 <term><parameter>--enable-html</parameter></term> 45 <listitem> 46 <para>This option tells Sed to build and install its HTML 47 documentation.</para> 48 </listitem> 49 </varlistentry> 50 </variablelist> 46 51 47 <para os=" e">Compile the package:</para>52 <para os="d">Compile the package:</para> 48 53 49 <screen os=" f"><userinput>make</userinput></screen>54 <screen os="e"><userinput>make</userinput></screen> 50 55 51 <para os=" g">To test the results, issue:56 <para os="f">To test the results, issue: 52 57 <userinput>make check</userinput>.</para> 53 58 54 <para os=" h">Install the package:</para>59 <para os="g">Install the package:</para> 55 60 56 <screen os=" i"><userinput>make install</userinput></screen>61 <screen os="h"><userinput>make install</userinput></screen> 57 62 58 63 </sect2> -
final-system/multilib/sed.xml
rbf668af rdca40f5 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../common/sed.xml" 30 xpointer="xpointer(//*[@os='b'])"/> 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ 29 --bindir=/bin --enable-html</userinput></screen> 31 30 32 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 34 33 xpointer="xpointer(//*[@os='c'])"/> 35 34 36 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ 37 --bindir=/bin</userinput></screen> 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../common/sed.xml" 37 xpointer="xpointer(//*[@os='d'])"/> 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 53 53 xpointer="xpointer(//*[@os='h'])"/> 54 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"56 href="../common/sed.xml"57 xpointer="xpointer(//*[@os='i'])"/>58 59 55 </sect2> 60 56 -
introduction/common/changelog.xml
rbf668af rdca40f5 49 49 <para>[jciccone] - Updated to Man-Pages 2.24</para> 50 50 </listitem> 51 <listitem> 52 <para>[Chris] - Updated sed instructions to install its HTML 53 docs.</para> 54 </listitem> 51 55 </itemizedlist> 52 56 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.