diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-24 19:23:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-24 19:23:53 +0000 |
commit | cd591a6b32eebc3a40d2b778df98a2bec2207835 (patch) | |
tree | d1ded882f9f833a9fb481393d5c3197d1f63617e /chapter02/creatingpartition.xml | |
parent | 2a8f7247a4fcd4a55e669a9217cb77419a42cb7a (diff) |
Change all refereces to hda to sda
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/creatingpartition.xml')
-rw-r--r-- | chapter02/creatingpartition.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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—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> |