aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-07-10 16:11:50 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-07-10 16:11:50 +0000
commit637d44bfdfc893472a3dcca60c72a71939127a67 (patch)
tree144e048fced6b3b96d0577d661cd453c97f2ca59 /chapter02
parentbf7e2c6da6b3e43116a8976d872c4fae0c6232de (diff)
REmove reference to IDE disk drive
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r--chapter02/creatingpartition.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml
index d612fb90f..a7facb496 100644
--- a/chapter02/creatingpartition.xml
+++ b/chapter02/creatingpartition.xml
@@ -52,8 +52,8 @@
<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/sda</filename> for the primary Integrated
- Drive Electronics (IDE) disk. Create a Linux native partition and a
+ <filename class="devicefile">/dev/sda</filename> for the primary
+ disk drive. 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
you do not yet know how to use the programs.</para>