Changeset 1a09536 in clfs-sysroot


Ignore:
Timestamp:
Jul 20, 2006, 1:22:52 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
cc23f19
Parents:
beea2b3
Message:

More LFS to CLFS updates.

Location:
BOOK
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • BOOK/appendices/dependencies/common.xml

    rbeea2b3 r1a09536  
    1717  which in turn depends on the first. Because of these dependencies, the
    1818  order in which packages are built in CLFS is very important. The purpose
    19   of this page is to document the dependencies of each package built in LFS.</para>
     19  of this page is to document the dependencies of each package built in CLFS.</para>
    2020
    2121  <para>For each package we build, we have listed three types of dependencies.
     
    7676          <seg>Binutils, Bison, Bzip2, DejaGNU, Diffutils, Expect, Findutils,
    7777          Flex, GCC, Gettext, Gzip, Libtool and Tar. Can also use several
    78           other packages that are not installed in LFS.</seg>
     78          other packages that are not installed in CLFS.</seg>
    7979        </seglistitem>
    8080      </segmentedlist>
  • BOOK/bootable/arm/kernel.xml

    rbeea2b3 r1a09536  
    126126      <filename class="symlink">/usr/src/linux</filename> pointing to the
    127127      kernel source directory. This is specific to kernels prior to the
    128       2.6 series and <emphasis>must not</emphasis> be created on an LFS
     128      2.6 series and <emphasis>must not</emphasis> be created on an CLFS
    129129      system as it can cause problems for packages you may wish to build
    130130      once your base CLFS system is complete.</para>
  • BOOK/bootable/common/chowning.xml

    rbeea2b3 r1a09536  
    2626
    2727  <para>Make <systemitem class="username">root</systemitem> the owner of the
    28   entire lfs system.</para>
     28  entire CLFS system.</para>
    2929
    3030<screen><userinput>chown -Rv root:root ${CLFS}</userinput></screen>
  • BOOK/bootscripts/common/console.xml

    rbeea2b3 r1a09536  
    2727  url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. A pre-made
    2828  <filename>/etc/sysconfig/console</filename> file with known settings for
    29   several countries was installed with the LFS-Bootscripts package, so the
     29  several countries was installed with the CLFS-Bootscripts package, so the
    3030  relevant section can be uncommented if the country is supported. If still
    3131  in doubt, look in the <filename class="directory">/usr/share/kbd</filename>
  • BOOK/bootscripts/common/network.xml

    rbeea2b3 r1a09536  
    5858
    5959    <para>The <envar>SERVICE</envar> variable defines the method used for
    60     obtaining the IP address. The LFS-Bootscripts package has a modular IP
     60    obtaining the IP address. The CLFS-Bootscripts package has a modular IP
    6161    assignment format, and creating additional files in the <filename
    6262    class="directory">/etc/sysconfig/network-devices/services</filename>
  • BOOK/bootscripts/common/udev.xml

    rbeea2b3 r1a09536  
    9999    the rules specified in the files within the <filename
    100100    class="directory">/etc/udev/rules.d/</filename> directory. These are
    101     numbered in a similar fashion to the LFS-Bootscripts package. If
     101    numbered in a similar fashion to the CLFS-Bootscripts package. If
    102102    <command>udev</command> can't find a rule for the device it is creating,
    103103    it will default permissions to <emphasis>660</emphasis> and ownership to
     
    129129    this method will not work because the device node does not exist until
    130130    the module is loaded. To solve this, the <command>S05modules</command>
    131     bootscript was added to the LFS-Bootscripts package, along with the
     131    bootscript was added to the CLFS-Bootscripts package, along with the
    132132    <filename>/etc/sysconfig/modules</filename> file. By adding module
    133133    names to the <filename>modules</filename> file, these modules will be
  • BOOK/final-preps/addinguser.xml

    rbeea2b3 r1a09536  
    6161
    6262    <varlistentry>
    63       <term><parameter>lfs</parameter></term>
     63      <term><parameter>clfs</parameter></term>
    6464      <listitem>
    6565        <para>This is the actual name for the created group and user.</para>
     
    8080  <para>Grant <systemitem class="username">clfs</systemitem> full access to
    8181  <filename class="directory">$CLFS</filename> by making <systemitem
    82   class="username">lfs</systemitem> the directory's owner:</para>
     82  class="username">clfs</systemitem> the directory's owner:</para>
    8383
    8484<screen><userinput>chown -Rv clfs $CLFS</userinput></screen>
  • BOOK/final-system/arm/kbd.xml

    rbeea2b3 r1a09536  
    319319        <listitem>
    320320          <para>Puts the keyboard and console in UNICODE mode. Never use it on
    321           LFS, because applications are not configured to support UNICODE.</para>
     321          CLFS, because applications are not configured to support UNICODE.</para>
    322322          <indexterm zone="ch-system-kbd unicode_start">
    323323            <primary sortas="b-unicode_start">unicode_start</primary>
  • BOOK/final-system/common/iproute2.xml

    rbeea2b3 r1a09536  
    5757          <filename class="directory">/sbin</filename>. This is the correct
    5858          location according to the FHS, because some of the IPRoute2 binaries
    59           are used by the LFS-Bootscripts package.</para>
     59          are used by the CLFS-Bootscripts package.</para>
    6060        </listitem>
    6161      </varlistentry>
  • BOOK/final-system/common/psmisc.xml

    rbeea2b3 r1a09536  
    4141          <filename class="directory">/usr/bin</filename>. This is the
    4242          correct location according to the FHS, because some of the Psmisc
    43           binaries are used by the LFS-Bootscripts package.</para>
     43          binaries are used by the CLFS-Bootscripts package.</para>
    4444        </listitem>
    4545      </varlistentry>
  • BOOK/final-system/common/shadow.xml

    rbeea2b3 r1a09536  
    111111      dictionary:</para>
    112112
    113 <screen role="nodump"><userinput>cp {LFS}/etc/login.defs login.defs.orig
     113<screen role="nodump"><userinput>cp ${CLFS}/etc/login.defs login.defs.orig
    114114sed 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig &gt; ${CLFS}/etc/login.defs</userinput></screen>
    115115    </note>
  • BOOK/final-system/common/sysvinit.xml

    rbeea2b3 r1a09536  
    108108    character set to a user-defined one, which can be modified by running
    109109    the <command>setfont</command> program. The <command>console</command>
    110     initscript from the LFS-Bootscripts package calls the
     110    initscript from the CLFS-Bootscripts package calls the
    111111    <command>setfont</command> program during system startup. Sending this
    112112    escape sequence is necessary for people who use non-ISO 8859-1 screen
  • BOOK/final-system/common/udev.xml

    rbeea2b3 r1a09536  
    155155          <para>Simulates a <command>udev</command> run for the given device,
    156156          and prints out the name of the node the real <command>udev</command>
    157           would have created or (not in LFS) the name of the renamed network
     157          would have created or (not in CLFS) the name of the renamed network
    158158          interface</para>
    159159          <indexterm zone="ch-system-udev udevtest">
  • BOOK/final-system/common/util-linux.xml

    rbeea2b3 r1a09536  
    118118    <para os="f">Install the package and move the <command>logger</command> binary
    119119    to <filename class="directory">/bin</filename> as it is needed by the
    120     LFS-Bootscripts package:</para>
     120    CLFS-Bootscripts package:</para>
    121121
    122122<screen os="g"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \
  • BOOK/final-system/common/vim.xml

    rbeea2b3 r1a09536  
    104104<screen os="n"><userinput>ln -sv ../vim/vim&vim-version2;/doc ${CLFS}/usr/share/doc/vim-&vim-version;</userinput></screen>
    105105
    106     <para os="o">If an X Window System is going to be installed on the LFS
     106    <para os="o">If an X Window System is going to be installed on the CLFS
    107107    system, you may want to recompile Vim after installing X. Vim
    108108    comes with a GUI version of the editor that requires X and some
  • BOOK/partitioning/common/creatingfilesystem.xml

    rbeea2b3 r1a09536  
    2424<screen os="c"><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen>
    2525
    26   <para os="d">Replace <replaceable>[xxx]</replaceable> with the name of the LFS
     26  <para os="d">Replace <replaceable>[xxx]</replaceable> with the name of the CLFS
    2727  partition (<filename class="devicefile">hda5</filename> in our previous
    2828  example).</para>
     
    3131    <para>Some host distributions use custom features in their filesystem
    3232    creation tools (E2fsprogs). This can cause problems when booting into
    33     your new LFS, as those features will not be supported by the LFS-installed
     33    your new CLFS, as those features will not be supported by the LFS-installed
    3434    E2fsprogs; you will get an error similar to <computeroutput>unsupported
    3535    filesystem features, upgrade your e2fsprogs</computeroutput>. To check
  • BOOK/partitioning/common/mounting.xml

    rbeea2b3 r1a09536  
    1818  to you.</para>
    1919
    20   <para>Choose a mount point and assign it to the <envar>LFS</envar>
     20  <para>Choose a mount point and assign it to the <envar>CLFS</envar>
    2121  environment variable by running:</para>
    2222
  • BOOK/prologue/common/errata.xml

    rbeea2b3 r1a09536  
    1313  <para>The software used to create a CLFS system is constantly being
    1414  updated and enhanced. Security warnings and bug fixes may become
    15   available after the LFS book has been released. To check whether the
     15  available after the CLFS book has been released. To check whether the
    1616  package versions or instructions in this release of CLFS need any
    1717  modifications to accommodate security vulnerabilities or other bug fixes,
    1818  please visit <ulink url="&errata;"/> before proceeding with your build.
    1919  You should note any changes shown and apply them to the relevant section
    20   of the book as you progress with building the LFS system.</para>
     20  of the book as you progress with building the CLFS system.</para>
    2121
    2222</sect1>
  • BOOK/prologue/common/typography.xml

    rbeea2b3 r1a09536  
    3636  <para><ulink url="&clfs-root;"/></para>
    3737
    38   <para>This format is used for hyperlinks, both within the LFS
     38  <para>This format is used for hyperlinks, both within the CLFS
    3939  community and to external pages. It includes HOWTOs, download locations,
    4040  and websites.</para>
     
    6262  referred to simply as a <quote>man</quote> page). The number inside
    6363  parentheses indicates a specific section inside of <command>man</command>.
    64   For example, <command>passwd</command> has two man pages. Per LFS
     64  For example, <command>passwd</command> has two man pages. Per CLFS
    6565  installation instructions, those two man pages will be located at
    6666  <filename>/usr/share/man/man1/passwd.1</filename> and
Note: See TracChangeset for help on using the changeset viewer.