diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-12 14:34:16 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-12 14:34:16 +0000 |
commit | c3b1a1b628bf83ea34228c63a49c53e06662e943 (patch) | |
tree | f771de70457221635c772e31755f500e57e9832c /chapter03 | |
parent | 79c1928e72ade66bf6d0a2654e727f6134a27069 (diff) |
Fixed typo dfdisk -> cfdisk
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@298 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingpart.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml index 7b11c7285..bf319af93 100644 --- a/chapter03/creatingpart.xml +++ b/chapter03/creatingpart.xml @@ -14,7 +14,7 @@ you can skip this subsection. Start the cfdisk program (or another fdisk like program you prefer) with the appropriate hard disk as the option (like /dev/hda if you want to create a new partition on the primary master IDE disk). Create a Linux Native -partition, write the partition table and exit the dfdisk program. Remember +partition, write the partition table and exit the cfdisk program. Remember what your new partition's designation is. It could be something like hda11 (as it is in my case). This newly created partition will be referred to as the LFS partition in this book. |