Changeset 5d8ddbf in clfs-embedded for BOOK


Ignore:
Timestamp:
Jul 17, 2017, 12:28:32 PM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
e24b7ec
Parents:
fc35aff
git-author:
Andrew Bradford <andrew@…> (07/17/17 11:28:45)
git-committer:
Andrew Bradford <andrew@…> (07/17/17 12:28:32)
Message:

materials/creatingbuilddir: Add 'sudo' usage as needed

In order to be consistent with later parts of the book which do use
'sudo' in the commands given, use 'sudo' here, too, as we need root
permissions usually to create a directory in /mnt/.

File:
1 edited

Legend:

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

    rfc35aff r5d8ddbf  
    1515    root user: </para>
    1616
    17 <screen><userinput>mkdir -p /mnt/clfs</userinput></screen>
     17<screen><userinput>sudo mkdir -p /mnt/clfs</userinput></screen>
    1818
    1919  <para>Assign it to the <envar>CLFS</envar> environment variable:</para>
     
    2626    as the root user:</para>
    2727
    28 <screen><userinput>chmod 777 ${CLFS}</userinput></screen>
     28<screen><userinput>sudo chmod 777 ${CLFS}</userinput></screen>
    2929
    3030  <para>Downloaded packages and patches will need to be stored somewhere
Note: See TracChangeset for help on using the changeset viewer.