Author: bdubbs Date: Sun Mar 24 12:23:53 2013 New Revision: 10218 Log: Change all refereces to hda to sda
Modified: trunk/BOOK/chapter02/creatingfilesystem.xml trunk/BOOK/chapter02/creatingpartition.xml trunk/BOOK/chapter04/abouttestsuites.xml trunk/BOOK/chapter08/fstab.xml Modified: trunk/BOOK/chapter02/creatingfilesystem.xml ============================================================================== --- trunk/BOOK/chapter02/creatingfilesystem.xml Sun Mar 24 08:19:05 2013 (r10217) +++ trunk/BOOK/chapter02/creatingfilesystem.xml Sun Mar 24 12:23:53 2013 (r10218) @@ -28,7 +28,7 @@ <screen role="nodump"><userinput>mke2fs -jv /dev/<replaceable><xxx></replaceable></userinput></screen> <para>Replace <replaceable><xxx></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> Modified: trunk/BOOK/chapter02/creatingpartition.xml ============================================================================== --- trunk/BOOK/chapter02/creatingpartition.xml Sun Mar 24 08:19:05 2013 (r10217) +++ trunk/BOOK/chapter02/creatingpartition.xml Sun Mar 24 12:23:53 2013 (r10218) @@ -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—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> Modified: trunk/BOOK/chapter04/abouttestsuites.xml ============================================================================== --- trunk/BOOK/chapter04/abouttestsuites.xml Sun Mar 24 08:19:05 2013 (r10217) +++ trunk/BOOK/chapter04/abouttestsuites.xml Sun Mar 24 12:23:53 2013 (r10218) @@ -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 Modified: trunk/BOOK/chapter08/fstab.xml ============================================================================== --- trunk/BOOK/chapter08/fstab.xml Sun Mar 24 08:19:05 2013 (r10217) +++ trunk/BOOK/chapter08/fstab.xml Sun Mar 24 12:23:53 2013 (r10218) @@ -39,8 +39,8 @@ <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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
