From 296762cd02ce492bdbd6c889b94bbe6974c34f41 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 12 May 2005 21:46:28 +0000 Subject: Wording and tagging improvements git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/creatingfilesystem.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'chapter02/creatingfilesystem.xml') diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 481433919..06bd5149a 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -9,9 +9,9 @@ Now that a blank partition has been set up, the file system can be created. The most widely-used system in the Linux world is the -second extended file system (ext2), but with the newer high-capacity -hard disks, the journaling file systems are becoming increasingly -popular. Here we will create an ext2 file system, but build +second extended file system (ext2), but with newer high-capacity +hard disks, journaling file systems are becoming increasingly +popular. We will create an ext2 file system, however build instructions for other file systems can be found at . @@ -50,8 +50,7 @@ rm -rf e2fsprogs-&e2fsprogs-version; If a swap partition was created, it will need to be initialized -as a swap partition too (also known as formatting, as described above -with mke2fs) by running the following. If you are using an existing +as a swap partition by using 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