diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-28 13:00:22 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-28 13:00:22 +0000 |
commit | 64df8d1626281ac6c8981999064c6f6b7cf48743 (patch) | |
tree | e1c94c1054c1d4ad7edd28ae0c7faaef57f297f9 /chapter03 | |
parent | fea15a34d92e4f2c53318891ef983b97256e3771 (diff) |
changed hda11 into xxx and added a note - to avoid someone cutnpasting the wrong partition
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingfs.xml | 8 |
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> |