Changeset 940e6b3 in clfs-sysroot


Ignore:
Timestamp:
Jul 2, 2006, 12:53:11 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f8100c0
Parents:
586feb7
Message:

More lfs to clfs changes.

Location:
BOOK
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/arm/kernel.xml

    r586feb7 r940e6b3  
    106106    <para os="v">Issue the following command to install the kernel:</para>
    107107
    108 <screen><userinput>cp arch/i386/boot/bzImage ${CLFS}/boot/lfskernel-&linux-version;</userinput></screen>
     108<screen><userinput>cp arch/i386/boot/bzImage ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
    109109
    110110    <para os="w"><filename>System.map</filename> is a symbol file for the kernel.
     
    146146
    147147      <seglistitem>
    148         <seg>config-[linux-version], lfskernel-[linux-version],
     148        <seg>config-[linux-version], clfskernel-[linux-version],
    149149        and System.map-[linux-version]</seg>
    150150      </seglistitem>
     
    166166      </varlistentry>
    167167
    168       <varlistentry id="lfskernel">
    169         <term><filename>lfskernel-[linux-version]</filename></term>
     168      <varlistentry id="clfskernel">
     169        <term><filename>clfskernel-[linux-version]</filename></term>
    170170        <listitem>
    171171          <para>The engine of the Linux system. When turning on the
     
    176176          a multitasking machine capable of running scores of programs
    177177          seemingly at the same time.</para>
    178           <indexterm zone="ch-bootable-kernel lfskernel">
    179             <primary sortas="b-lfskernel">lfskernel-[linux-version]</primary>
     178          <indexterm zone="ch-bootable-kernel clfskernel">
     179            <primary sortas="b-clfskernel">clfskernel-[linux-version]</primary>
    180180          </indexterm>
    181181        </listitem>
  • BOOK/final-preps/aboutclfs.xml

    r586feb7 r940e6b3  
    1919
    2020  <para>Make sure the output shows the path to the CLFS partition's mount
    21   point, which is <filename class="directory">/mnt/lfs</filename> if the
     21  point, which is <filename class="directory">/mnt/clfs</filename> if the
    2222  provided example was followed. If the output is incorrect, the
    2323  variable can be set with:</para>
    2424
    25 <screen><userinput>export CLFS=/mnt/lfs</userinput></screen>
     25<screen><userinput>export CLFS=/mnt/clfs</userinput></screen>
    2626
    2727  <para>Having this variable set is beneficial in that commands such as
    2828  <command>install -d $CLFS/tools</command> can be typed literally. The shell
    2929  will automatically replace <quote>$CLFS</quote> with
    30   <quote>/mnt/lfs</quote> (or whatever the variable was set to) when it
     30  <quote>/mnt/clfs</quote> (or whatever the variable was set to) when it
    3131  processes the command line.</para>
    3232
  • BOOK/general.ent

    r586feb7 r940e6b3  
    1919
    2020<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
    21 <!ENTITY clfs-root "http:/trac.cross-lfs.org/">
     21<!ENTITY clfs-root "http://trac.cross-lfs.org/">
    2222<!ENTITY blfs-root "&lfs-root;blfs/">
    2323<!ENTITY faq-root "&lfs-root;faq/">
  • BOOK/introduction/common/askforhelp.xml

    r586feb7 r940e6b3  
    8989    from the screen output from <command>make</command>:</para>
    9090
    91 <screen><computeroutput>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\"
    92 -DLOCALEDIR=\"/mnt/lfs/usr/share/locale\"
    93 -DLIBDIR=\"/mnt/lfs/usr/lib\"
    94 -DINCLUDEDIR=\"/mnt/lfs/usr/include\" -DHAVE_CONFIG_H -I. -I.
     91<screen><computeroutput>gcc -DALIASPATH=\"/mnt/clfs/usr/share/locale:.\"
     92-DLOCALEDIR=\"/mnt/clfs/usr/share/locale\"
     93-DLIBDIR=\"/mnt/clfs/usr/lib\"
     94-DINCLUDEDIR=\"/mnt/clfs/usr/include\" -DHAVE_CONFIG_H -I. -I.
    9595-g -O2 -c getopt1.c
    9696gcc -g -O2 -static -o make ar.o arscan.o commands.o dir.o
  • BOOK/introduction/common/resources.xml

    r586feb7 r940e6b3  
    5353    please make sure that your question is not already answered in the LFS
    5454    FAQ or the mailing list archives. You can find the IRC network at
    55     <uri>irc.linuxfromscratch.org</uri>. The support channel for cross-lfs is
    56     named #cross-lfs. For support on the standard LFS the support channel
    57     is named #lfs-support. If you need to show people the output of your
     55    <uri>chat.freenode.net</uri>. The support channel for cross-lfs
     56    is named #cross-lfs. If you need to show people the output of your
    5857    problems, please use http://pastebin.cross-lfs.org and reference
    5958    the pastebin URL when asking your questions.</para>
  • BOOK/materials/common/introduction.xml

    r586feb7 r940e6b3  
    2525  most packages. If this search is unsuccessful, try one of the
    2626  alternative means of downloading discussed at <ulink
    27   url="&lfs-root;lfs/packages.html"/>.</para>
     27  url="&clfs-root;wiki/download"/>.</para>
    2828
    2929  <para>Downloaded packages and patches will need to be stored somewhere
  • BOOK/partitioning/common/mounting.xml

    r586feb7 r940e6b3  
    1515  mounted at a chosen mount point. For the purposes of this book, it is
    1616  assumed that the file system is mounted under <filename
    17   class="directory">/mnt/lfs</filename>, but the directory choice is up
     17  class="directory">/mnt/clfs</filename>, but the directory choice is up
    1818  to you.</para>
    1919
     
    2121  environment variable by running:</para>
    2222
    23 <screen><userinput>export CLFS=/mnt/lfs</userinput></screen>
     23<screen><userinput>export CLFS=/mnt/clfs</userinput></screen>
    2424
    2525  <para>Next, create the mount point and mount the CLFS file system by
Note: See TracChangeset for help on using the changeset viewer.