diff options
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 4e7346b20..d9587d20f 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -21,9 +21,9 @@ <para>To create an <systemitem class="filesystem">ext2</systemitem> file system on the LFS partition, run the following:</para> -<screen role="nodump"><userinput>mke2fs -v /dev/<replaceable>[xxx]</replaceable></userinput></screen> +<screen role="nodump"><userinput>mke2fs -v /dev/<replaceable><xxx></replaceable></userinput></screen> - <para>Replace <replaceable>[xxx]</replaceable> with the name of the LFS + <para>Replace <replaceable><xxx></replaceable> with the name of the LFS partition (<filename class="devicefile">hda5</filename> in our previous example).</para> @@ -35,7 +35,7 @@ features, upgrade your e2fsprogs</quote>. To check if your host system uses custom enhancements, run the following command:</para> -<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>[xxx]</replaceable></userinput></screen> +<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable><xxx></replaceable></userinput></screen> <para>If the output contains features other than: <option>dir_index</option>; <option>filetype</option>; <option>large_file</option>; @@ -51,7 +51,7 @@ mkdir -v build cd build ../configure make #note that we intentionally don't 'make install' here! -./misc/mke2fs -v /dev/<replaceable>[xxx]</replaceable> +./misc/mke2fs -v /dev/<replaceable><xxx></replaceable> cd /tmp rm -rfv e2fsprogs-&e2fsprogs-version;</userinput></screen> </note> @@ -61,9 +61,9 @@ rm -rfv e2fsprogs-&e2fsprogs-version;</userinput></screen> If you are using an existing <systemitem class="filesystem">swap</systemitem> partition, there is no need to format it.</para> -<screen role="nodump"><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen> +<screen role="nodump"><userinput>mkswap /dev/<replaceable><yyy></replaceable></userinput></screen> - <para>Replace <replaceable>[yyy]</replaceable> with the name of the + <para>Replace <replaceable><yyy></replaceable> with the name of the <systemitem class="filesystem">swap</systemitem> partition.</para> </sect1> |