aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03
diff options
context:
space:
mode:
Diffstat (limited to 'chapter03')
-rw-r--r--chapter03/creatingfs.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml
index 2e9f263eb..04263cb5f 100644
--- a/chapter03/creatingfs.xml
+++ b/chapter03/creatingfs.xml
@@ -12,7 +12,7 @@ run the following:
<blockquote><literallayout>
- <userinput>mke2fs /dev/hda11</userinput>
+ <userinput>mke2fs /dev/xxx</userinput>
</literallayout></blockquote>
@@ -22,9 +22,13 @@ To create a reiser file system, run the following:
<blockquote><literallayout>
- <userinput>mkreiserfs /dev/hda11</userinput>
+ <userinput>mkreiserfs /dev/xxx</userinput>
</literallayout></blockquote>
+<para>
+Replace "xxx" by the partition's designation (like hda11).
+</para>
+
</sect1>