aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/creatingfilesystem.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-03-24 19:23:53 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-03-24 19:23:53 +0000
commitcd591a6b32eebc3a40d2b778df98a2bec2207835 (patch)
treed1ded882f9f833a9fb481393d5c3197d1f63617e /chapter02/creatingfilesystem.xml
parent2a8f7247a4fcd4a55e669a9217cb77419a42cb7a (diff)
Change all refereces to hda to sda
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r--chapter02/creatingfilesystem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml
index f7c05250f..cb49da0b4 100644
--- a/chapter02/creatingfilesystem.xml
+++ b/chapter02/creatingfilesystem.xml
@@ -28,7 +28,7 @@
<screen role="nodump"><userinput>mke2fs -jv /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
<para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the LFS
- partition (<filename class="devicefile">hda5</filename> in our previous
+ partition (<filename class="devicefile">sda5</filename> in our previous
example).</para>
<note>