Changeset 9cb6b64 for prologue


Ignore:
Timestamp:
Jul 1, 2006, 7: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


File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/common/typography.xml

    r2ce8e8a r9cb6b64  
    4040  and websites.</para>
    4141
    42 <screen role="nodump"><userinput>cat &gt; $LFS/etc/group &lt;&lt; "EOF"
     42<screen role="nodump"><userinput>cat &gt; $CLFS/etc/group &lt;&lt; "EOF"
    4343<literal>root:x:0:
    4444bin:x:1:
     
    4848  <para>This format is used when creating configuration files. The first
    4949  command tells the system to create the file
    50   <filename>$LFS/etc/group</filename> from whatever is typed on the
     50  <filename>$CLFS/etc/group</filename> from whatever is typed on the
    5151  following lines until the sequence end of file (EOF) is encountered.
    5252  Therefore, this entire section is generally typed as seen.</para>
Note: See TracChangeset for help on using the changeset viewer.