From 1756b05a1a376b17e62e90b75219c759a7512065 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 28 Jun 2005 19:50:33 +0000 Subject: Reworded swap partition initialisation description git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/creatingfilesystem.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 06bd5149a..7fb10bd41 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -49,9 +49,9 @@ cd /tmp rm -rf e2fsprogs-&e2fsprogs-version; -If a swap partition was created, it will need to be initialized -as a swap partition by using the command below. If you are using an existing -swap partition, there is no need to format it. +If a swap partition was created, it will need to be initialized for use by +issuing the command below. If you are using an existing swap partition, there is +no need to format it. mkswap /dev/[yyy] -- cgit v1.2.3-54-g00ecf