Ignore:
Timestamp:
07/01/06 12:48:39 (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
95112ed
Parents:
51f1397
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
  • BOOK/final-preps/addinguser.xml

    r51f1397 r07114c98  
    7979
    8080  <para>Grant <systemitem class="username">lfs</systemitem> full access to
    81   <filename class="directory">$LFS/cross-tools</filename> and
    82   <filename class="directory">$LFS/tools</filename> by making <systemitem
     81  <filename class="directory">$CLFS/cross-tools</filename> and
     82  <filename class="directory">$CLFS/tools</filename> by making <systemitem
    8383  class="username">lfs</systemitem> the directorys' owner:</para>
    8484
    85 <screen><userinput>chown -v lfs $LFS/tools
    86 chown -v lfs $LFS/cross-tools</userinput></screen>
     85<screen><userinput>chown -v lfs $CLFS/tools
     86chown -v lfs $CLFS/cross-tools</userinput></screen>
    8787
    8888  <para>If a separate working directory was created as suggested,
    8989  give user <systemitem class="username">lfs</systemitem> ownership of this directory:</para>
    9090
    91 <screen><userinput>chown -v lfs $LFS/sources</userinput></screen>
     91<screen><userinput>chown -v lfs $CLFS/sources</userinput></screen>
    9292
    9393  <para>Next, login as user <systemitem class="username">lfs</systemitem>.
Note: See TracChangeset for help on using the changeset viewer.