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
This commit is contained in:
Thomas Balu Walter 2001-03-28 13:00:22 +00:00
parent fea15a34d9
commit 64df8d1626

View File

@ -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>