Changeset 2c6590d
- Timestamp:
- Jun 3, 2014, 1:14:46 AM (10 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/partitioning/common/mounting.xml
r242ce40 r2c6590d 15 15 mounted at a chosen mount point.</para> 16 16 17 <para> If you haven't already, choose a mount point and assign it tothe18 <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> 19 19 20 20 <screen><userinput>export CLFS=<replaceable>[/mnt/clfs]</replaceable></userinput></screen> 21 21 22 22 <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> 24 25 25 26 <screen><userinput>mkdir -pv ${CLFS} … … 31 32 <para>If using multiple partitions for CLFS (e.g., one for <filename 32 33 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> 34 36 35 37 <screen><userinput>mkdir -pv ${CLFS}
Note:
See TracChangeset
for help on using the changeset viewer.