diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-29 20:00:54 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-29 20:00:54 +0000 |
commit | 55851d6ef3b438d78359c9ea0ba861069bedeeb1 (patch) | |
tree | d9f97db0df5856fb68fd325a4885b9edbf2d5c90 /chapter02/creatingpartition.xml | |
parent | d44a965cfe95996da670a7f053cb30222e41b36f (diff) |
Tagging corrections in chapters 1 to 4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/creatingpartition.xml')
-rw-r--r-- | chapter02/creatingpartition.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index fd317876e..82b4184e4 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -28,12 +28,12 @@ The swap partition for your LFS system can be the same one as for your host system, so you won't have to create another if your host system already uses a swap partition.</para> -<para>Start a disk partitioning program such as <userinput>cfdisk</userinput> -or <userinput>fdisk</userinput> with an argument naming the hard disk upon +<para>Start a disk partitioning program such as <command>cfdisk</command> +or <command>fdisk</command> with an argument naming the hard disk upon which the new partition must be created -- for example <filename>/dev/hda</filename> for the primary IDE disk. Create a Linux native partition and a swap partition, if needed. Please refer to the man pages of -<userinput>cfdisk</userinput> or <userinput>fdisk</userinput> if you don't yet +<command>cfdisk</command> or <command>fdisk</command> if you don't yet know how to use the programs.</para> <para>Remember the designation of your new partition -- something like |