Changeset e065f44 in clfs-embedded for BOOK/materials
- Timestamp:
- Apr 21, 2017, 10:12:47 AM (8 years ago)
- Branches:
- master
- Children:
- 82ad590
- Parents:
- ccc6724
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/materials/common/creatingbuilddir.xml
rccc6724 re065f44 11 11 <title>Creating Build and Sources Directories</title> 12 12 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> 15 16 16 17 <screen><userinput>mkdir -p /mnt/clfs</userinput></screen> … … 21 22 22 23 <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> 24 27 25 28 <screen><userinput>chmod 777 ${CLFS}</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.