Ignore:
Timestamp:
Jun 3, 2014, 12:55:57 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
de546c8
Parents:
4260133
Message:

More additions to specify running commands as root

File:
1 edited

Legend:

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

    r4260133 r3359e39  
    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.