Changeset 9cb6b64 for boot/common


Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
8018c66
Parents:
2ce8e8a
Message:

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


Location:
boot/common
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • boot/common/changingowner.xml

    r2ce8e8a r9cb6b64  
    1111  <title>Changing Ownership</title>
    1212
    13   <para os="a">Currently, the <filename class="directory">$LFS</filename>
     13  <para os="a">Currently, the <filename class="directory">$CLFS</filename>
    1414  directory and all of its subdirectories  are owned by the user
    1515  <systemitem class="username">lfs</systemitem>, a user that exists only
    16   on the host system. For security reasons, the $LFS root directory and
     16  on the host system. For security reasons, the $CLFS root directory and
    1717  all of it subdirectories should be owned by
    1818  <systemitem class="username">root</systemitem>. Change the ownership
    19   for $LFS and its subdirectories by running this command:</para>
     19  for $CLFS and its subdirectories by running this command:</para>
    2020
    2121<screen os="b"><userinput>chown -Rv root:root ${LFS}</userinput></screen>
  • boot/common/devices.xml

    r2ce8e8a r9cb6b64  
    2121      <para>The commands in the remainder of the book should be run as
    2222      the <systemitem class="username">root</systemitem> user. Also,
    23       double-check that $LFS is set as
     23      double-check that $CLFS is set as
    2424      <systemitem class="username">root</systemitem>.</para>
    2525    </note>
  • boot/common/e2fsprogs.xml

    r2ce8e8a r9cb6b64  
    3737<screen os="aa"><userinput>../configure --prefix=/tools \
    3838    --enable-elf-shlibs --disable-evms \
    39     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     39    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4040
    4141    <variablelist os="e">
  • boot/common/introduction.xml

    r2ce8e8a r9cb6b64  
    1818  installed to allow you to boot the minimal system. Some of these
    1919  packages will be installed onto the root or in /usr on the CLFS
    20   partition ($LFS/bin, $LFS/usr/lib, etc...), rather than /tools, using the
     20  partition ($CLFS/bin, $CLFS/usr/lib, etc...), rather than /tools, using the
    2121  "DESTDIR" option with make. This will require the
    2222  <systemitem class="username">lfs</systemitem> user to have write access to
    23   the rest of the $LFS partition, so you will need to temporarily change the
    24   ownership of $LFS to the <systemitem class="username">lfs</systemitem> user.
     23  the rest of the $CLFS partition, so you will need to temporarily change the
     24  ownership of $CLFS to the <systemitem class="username">lfs</systemitem> user.
    2525  Run the following command as <systemitem
    2626  class="username">root</systemitem>:</para>
    2727
    28 <screen><userinput>chown -v lfs $LFS</userinput></screen>
     28<screen><userinput>chown -v lfs $CLFS</userinput></screen>
    2929
    3030</sect1>
  • boot/common/module-init-tools.xml

    r2ce8e8a r9cb6b64  
    2828
    2929<screen os="f"><userinput>./configure --prefix=/ \
    30     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • boot/common/udev.xml

    r2ce8e8a r9cb6b64  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>make CROSS_COMPILE="${LFS_TARGET}-" CC="${CC}" LD="${CC}" udevdir=/dev</userinput></screen>
     29<screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC}" LD="${CC}" udevdir=/dev</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.