|
@@ -18,7 +18,7 @@
|
|
</para-->
|
|
</para-->
|
|
<para>我们已经在分区上建立了文件系统,为了访问分区,
|
|
<para>我们已经在分区上建立了文件系统,为了访问分区,
|
|
我们需要把分区挂载到选定的挂载点上。本书假设将文件系统挂载到
|
|
我们需要把分区挂载到选定的挂载点上。本书假设将文件系统挂载到
|
|
- <envar>LFS</envar> 环境变量指定的目录中,就像前一节的描述那样。</para>
|
|
|
|
|
|
+ <envar>LFS</envar> 环境变量指定的目录中,就像前一节描述的那样。</para>
|
|
|
|
|
|
<!--para>Create the mount point and mount the LFS file system by running:</para-->
|
|
<!--para>Create the mount point and mount the LFS file system by running:</para-->
|
|
<para>输入下列命令以创建挂载点,并挂载 LFS 文件系统:</para>
|
|
<para>输入下列命令以创建挂载点,并挂载 LFS 文件系统:</para>
|
|
@@ -28,7 +28,7 @@ mount -v -t ext4 /dev/<replaceable><xxx></replaceable> $LFS</userinput></s
|
|
|
|
|
|
<!--para>Replace <replaceable><xxx></replaceable> with the designation of the LFS
|
|
<!--para>Replace <replaceable><xxx></replaceable> with the designation of the LFS
|
|
partition.</para-->
|
|
partition.</para-->
|
|
- <para>将 <replaceable><xxx></replaceable> 换成 LFS 分区的代号。
|
|
|
|
|
|
+ <para>将 <replaceable><xxx></replaceable> 替换成 LFS 分区的代号。
|
|
</para>
|
|
</para>
|
|
|
|
|
|
<!--para>If using multiple partitions for LFS (e.g., one for <filename
|
|
<!--para>If using multiple partitions for LFS (e.g., one for <filename
|