Changeset c07fa0e for BOOK/partitioning/common/mounting.xml
- Timestamp:
- May 28, 2014, 1:54:01 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- cedee4d
- Parents:
- bbf3c21
- git-author:
- Chris Staub <chris@…> (05/28/14 01:53:41)
- git-committer:
- Chris Staub <chris@…> (05/28/14 01:54:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/partitioning/common/mounting.xml
rbbf3c21 rc07fa0e 13 13 <para>Now that a file system has been created, the partition needs to 14 14 be made accessible. In order to do this, the partition needs to be 15 mounted at a chosen mount point. For the purposes of this book, it is 16 assumed that the file system is mounted under <filename 17 class="directory">/mnt/clfs</filename>, but the directory choice is up 18 to you.</para> 15 mounted at a chosen mount point.</para> 19 16 20 <para> Choose a mount point and assign it to the <envar>CLFS</envar>21 environment variable by running:</para>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> 22 19 23 <screen><userinput>export CLFS= /mnt/clfs</userinput></screen>20 <screen><userinput>export CLFS=<replaceable>[/mnt/clfs]</replaceable></userinput></screen> 24 21 25 22 <para>Next, create the mount point and mount the CLFS file system by
Note:
See TracChangeset
for help on using the changeset viewer.