From 2d2898e8b96465059074ac7264a1b8d4e506bda0 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Thu, 12 Sep 2002 20:08:36 +0000 Subject: Referenced alternative filesystems in BLFS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter03/creatingfs.xml | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 65a584446..f507429bb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -54,6 +54,9 @@ +September 12th, 2002 [timothy]: Chapter 04 - Creating a +file system: Referenced alternative filesystems in BLFS. + September 12th, 2002 [gerard]: Removed all superfluous /usr/lib/*.so symbolic links from library installations. diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 9f8dd63f9..ec3043a2e 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -3,11 +3,11 @@ Once the partition is created, we have to create a new file system on -that partition. The standard file system used these days is the ext2 -file system, but the so-called journaling file systems are becoming -increasingly popular too. It's of course up to you to decide which file -system you want to create, but because we have to assume and work with -something, we will assume you chose the ext2 file system. +that partition. The standard file system used these days is the ext2 file +system, but the so-called journaling file systems are becoming increasingly +popular too. We'll assume that you wish to create an ext2 file system. +However, build instructions for other file systems may be found at +. To create an ext2 file system, use the mke2fs command. The LFS partition is used as the only option to the command and the file system is created. -- cgit v1.2.3-54-g00ecf