diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-01 17:42:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-01 17:42:48 +0000 |
commit | eb72c3bc2469dbf040a39cc23f58200f2212b35f (patch) | |
tree | b52661a6f3e9ba7f4403c06756766e86be1f25eb /chapter03 | |
parent | 5405bc92c37c0fe1e7f86ec3b0b75867e2151457 (diff) |
Updated to use cfdisk rather than fdisk (see man fdisk why cfdisk is
preferred)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@91 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingpart.sgml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chapter03/creatingpart.sgml b/chapter03/creatingpart.sgml index 7cd7c9ea6..7b11c7285 100644 --- a/chapter03/creatingpart.sgml +++ b/chapter03/creatingpart.sgml @@ -11,13 +11,11 @@ you can skip this subsection. </para> <para> -Start the fdisk program (or another fdisk program you prefer) with the +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 fdisk program. If you get -the message that you need to reboot your system to ensure that the partition -table is updated, then please reboot your system now before continuing. -Remember what your new partition's designation is. It could be something +partition, write the partition table and exit the dfdisk 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. </para> |