Change all refereces to hda to sda

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2013-03-24 19:23:53 +00:00
parent 2a8f7247a4
commit cd591a6b32
4 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@
<screen role="nodump"><userinput>mke2fs -jv /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen> <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 <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> example).</para>
<note> <note>

View File

@ -51,7 +51,7 @@
<para>Start a disk partitioning program such as <command>cfdisk</command> <para>Start a disk partitioning program such as <command>cfdisk</command>
or <command>fdisk</command> with a command line option naming the hard or <command>fdisk</command> with a command line option naming the hard
disk on which the new partition will be created&mdash;for example 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 Drive Electronics (IDE) disk. Create a Linux native partition and a
<systemitem class="filesystem">swap</systemitem> partition, if needed. Please <systemitem class="filesystem">swap</systemitem> partition, if needed. Please
refer to <filename>cfdisk(8)</filename> or <filename>fdisk(8)</filename> if refer to <filename>cfdisk(8)</filename> or <filename>fdisk(8)</filename> if
@ -67,7 +67,7 @@
first time LFS users.</para></note> first time LFS users.</para></note>
<para>Remember the designation of the new partition (e.g., <filename <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 the LFS partition. Also remember the designation of the <systemitem
class="filesystem">swap</systemitem> partition. These names will be class="filesystem">swap</systemitem> partition. These names will be
needed later for the <filename>/etc/fstab</filename> file.</para> needed later for the <filename>/etc/fstab</filename> file.</para>

View File

@ -42,7 +42,7 @@
most likely cause is that the host system does not have the most likely cause is that the host system does not have the
<systemitem class="filesystem">devpts</systemitem> file system set up <systemitem class="filesystem">devpts</systemitem> file system set up
correctly. This issue is discussed in greater detail at 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 <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 developers are aware of and have deemed non-critical. Consult the logs located

View File

@ -39,8 +39,8 @@ EOF</userinput></screen>
<para>Replace <replaceable>&lt;xxx&gt;</replaceable>, <para>Replace <replaceable>&lt;xxx&gt;</replaceable>,
<replaceable>&lt;yyy&gt;</replaceable>, and <replaceable>&lt;fff&gt;</replaceable> <replaceable>&lt;yyy&gt;</replaceable>, and <replaceable>&lt;fff&gt;</replaceable>
with the values appropriate for the system, for example, <filename with the values appropriate for the system, for example, <filename
class="partition">hda2</filename>, <filename class="partition">sda2</filename>, <filename
class="partition">hda5</filename>, and <systemitem class="partition">sda5</filename>, and <systemitem
class="filesystem">ext3</systemitem>. For details on the six class="filesystem">ext3</systemitem>. For details on the six
fields in this file, see <command>man 5 fstab</command>.</para> fields in this file, see <command>man 5 fstab</command>.</para>