Changeset 2c6590d


Ignore:
Timestamp:
Jun 3, 2014, 1:14:46 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
f6cb7c6
Parents:
242ce40
git-author:
Chris Staub <chris@…> (06/03/14 00:55:57)
git-committer:
Chris Staub <chris@…> (06/03/14 01:14:46)
Message:

More additions to specify running commands as root

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/partitioning/common/mounting.xml

    r242ce40 r2c6590d  
    1515  mounted at a chosen mount point.</para>
    1616
    17   <para>If you haven't already, choose a mount point and assign it to the
    18   <envar>CLFS</envar> environment variable by running:</para>
     17  <para>As the <systemitem class="username">root</systemitem> user, ensure the
     18  <envar>CLFS</envar> variable is set, if you haven't already:</para>
    1919
    2020<screen><userinput>export CLFS=<replaceable>[/mnt/clfs]</replaceable></userinput></screen>
    2121
    2222  <para>Next, create the mount point and mount the CLFS file system by
    23   running:</para>
     23  running the following commands as
     24  <systemitem class="username">root</systemitem>:</para>
    2425
    2526<screen><userinput>mkdir -pv ${CLFS}
     
    3132  <para>If using multiple partitions for CLFS (e.g., one for <filename
    3233  class="directory">/</filename> and another for <filename
    33   class="directory">/usr</filename>), mount them using:</para>
     34  class="directory">/usr</filename>), mount them as
     35  <systemitem class="username">root</systemitem> using:</para>
    3436
    3537<screen><userinput>mkdir -pv ${CLFS}
Note: See TracChangeset for help on using the changeset viewer.