Changeset 3359e39 for BOOK/partitioning
- Timestamp:
- Jun 3, 2014, 12:55:57 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- de546c8
- Parents:
- 4260133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/partitioning/common/mounting.xml
r4260133 r3359e39 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.