aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--chapter02/creatingfilesystem.xml2
-rw-r--r--chapter02/creatingpartition.xml4
-rw-r--r--chapter04/abouttestsuites.xml2
-rw-r--r--chapter08/fstab.xml4
4 files changed, 6 insertions, 6 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>
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml
index d9e58f184..86f9e2b98 100644
--- a/chapter02/creatingpartition.xml
+++ b/chapter02/creatingpartition.xml
@@ -51,7 +51,7 @@
<para>Start a disk partitioning program such as <command>cfdisk</command>
or <command>fdisk</command> with a command line option naming the hard
disk on which the new partition will be created&mdash;for example
- <filename class="devicefile">/dev/hda</filename> for the primary Integrated
+ <filename class="devicefile">/dev/sda</filename> for the primary Integrated
Drive Electronics (IDE) disk. Create a Linux native partition and a
<systemitem class="filesystem">swap</systemitem> partition, if needed. Please
refer to <filename>cfdisk(8)</filename> or <filename>fdisk(8)</filename> if
@@ -67,7 +67,7 @@
first time LFS users.</para></note>
<para>Remember the designation of the new partition (e.g., <filename
- class="devicefile">hda5</filename>). This book will refer to this as
+ class="devicefile">sda5</filename>). This book will refer to this as
the LFS partition. Also remember the designation of the <systemitem
class="filesystem">swap</systemitem> partition. These names will be
needed later for the <filename>/etc/fstab</filename> file.</para>
diff --git a/chapter04/abouttestsuites.xml b/chapter04/abouttestsuites.xml
index 848ea59e8..b3c1146e1 100644
--- a/chapter04/abouttestsuites.xml
+++ b/chapter04/abouttestsuites.xml
@@ -42,7 +42,7 @@
most likely cause is that the host system does not have the
<systemitem class="filesystem">devpts</systemitem> file system set up
correctly. This issue is discussed in greater detail at
- <ulink url="&lfs-root;/lfs/faq.html#no-ptys"/>.</para>
+ <ulink url="&lfs-root;lfs/faq.html#no-ptys"/>.</para>
<para>Sometimes package test suites will fail, but for reasons which the
developers are aware of and have deemed non-critical. Consult the logs located
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>&lt;xxx&gt;</replaceable>,
<replaceable>&lt;yyy&gt;</replaceable>, and <replaceable>&lt;fff&gt;</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>