mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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:
parent
2a8f7247a4
commit
cd591a6b32
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user