Przeglądaj źródła

Change all refereces to hda to sda

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 12 lat temu
rodzic
commit
cd591a6b32

+ 1 - 1
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>

+ 2 - 2
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>

+ 1 - 1
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

+ 2 - 2
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>