From 4b59d593cfa949c8f03f88e1f0dd5264b63bbd92 Mon Sep 17 00:00:00 2001 From: Archaic Date: Sat, 2 Jul 2005 18:29:36 +0000 Subject: Several minor wording changes in chapters 8 and 9 (matt). Also removed the paragraph about compressing kernel modules. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6340 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter08/fstab.xml') diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 2cbde9f98..128b13ccf 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -9,10 +9,10 @@ /etc/fstab -The /etc/fstab file is used by some -programs to determine where file systems are to be mounted by default, -which must be checked, and in which order. Create a new file systems -table like this: +The /etc/fstab file is used by some programs to +determine where file systems are to be mounted by default, in which order, and +which must be checked (for integrity errors) prior to mounting. Create a new +file systems table like this: cat > /etc/fstab << "EOF" # Begin /etc/fstab -- cgit v1.2.3-54-g00ecf