diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-24 19:23:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-24 19:23:53 +0000 |
commit | cd591a6b32eebc3a40d2b778df98a2bec2207835 (patch) | |
tree | d1ded882f9f833a9fb481393d5c3197d1f63617e /chapter08 | |
parent | 2a8f7247a4fcd4a55e669a9217cb77419a42cb7a (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 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 066c3b901..48775dd07 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -39,8 +39,8 @@ EOF</userinput></screen> <para>Replace <replaceable><xxx></replaceable>, <replaceable><yyy></replaceable>, and <replaceable><fff></replaceable> with the values appropriate for the system, for example, <filename - class="partition">hda2</filename>, <filename - class="partition">hda5</filename>, and <systemitem + class="partition">sda2</filename>, <filename + class="partition">sda5</filename>, and <systemitem class="filesystem">ext3</systemitem>. For details on the six fields in this file, see <command>man 5 fstab</command>.</para> |