Changeset e065f44 in clfs-embedded


Ignore:
Timestamp:
Apr 21, 2017, 3:12:47 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
82ad590
Parents:
ccc6724
Message:

materials/creatingbuilddir: Mention possible need to be root

Just so that people have a heads up about this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/materials/common/creatingbuilddir.xml

    rccc6724 re065f44  
    1111  <title>Creating Build and Sources Directories</title>
    1212
    13   <para> Create a directory for the CLFS build (the exact location is up to
    14     you): </para>
     13  <para> Create a directory for the CLFS build.  The exact location is up to you
     14    but depending on the location you choose, you may need to do this as the
     15    root user: </para>
    1516
    1617<screen><userinput>mkdir -p /mnt/clfs</userinput></screen>
     
    2122
    2223  <para>Ensure that this new directory has permissions that are not too
    23     restrictive such that you can write to it as a non-root user.</para>
     24    restrictive such that you can write to it as a non-root user.  Depending on
     25    the location of the <envar>CLFS</envar> directory, you may need to do this
     26    as the root user:</para>
    2427
    2528<screen><userinput>chmod 777 ${CLFS}</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.