From c226182dc5ff37f733c895ab16483ebd37c02bcc Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Thu, 3 Aug 2006 19:29:29 +0000 Subject: Ported updates from 6.2 branch. Small tags fixes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'chapter08/fstab.xml') diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index f5e1ba626..939f2c7f2 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -72,13 +72,16 @@ EOF /dev/sda1 /media/flash vfat noauto,user,quiet,showexec,iocharset=utf8,codepage=866 0 0 - In the latter case, the kernel emits the following message: + + In the latter case, the kernel emits the following message: -FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! +FAT: utf8 is not a recommended IO charset for FAT filesystems, + filesystem will be case sensitive! - This negative recommendation should be ignored, since all other values - of the iocharset option result in wrong display of filenames in - UTF-8 locales. + This negative recommendation should be ignored, since all other values + of the iocharset option result in wrong display of filenames in + UTF-8 locales. + It is also possible to specify default codepage and iocharset values for some filesystems during kernel configuration. The relevant parameters -- cgit v1.2.3-54-g00ecf