From c8c2b89ebfebdbc1a7f1ab6c27029c90aa38537c Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 8 Apr 2007 20:10:05 +0000 Subject: [PATCH] Added missing tags. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8036 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 21af0750c..6979b0a62 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -66,11 +66,11 @@ EOF ru_RU.KOI8-R user would need the following in the options portion of its mount line in /etc/fstab: -noauto,user,quiet,showexec,iocharset=koi8r,codepage=866 +noauto,user,quiet,showexec,iocharset=koi8r,codepage=866 The corresponding options fragment for ru_RU.UTF-8 users is: -noauto,user,quiet,showexec,iocharset=utf8,codepage=866 +noauto,user,quiet,showexec,iocharset=utf8,codepage=866 In the latter case, the kernel emits the following message: @@ -86,10 +86,10 @@ EOF It is also possible to specify default codepage and iocharset values for some filesystems during kernel configuration. The relevant parameters are named - Default NLS Option (CONFIG_NLS_DEFAULT), - Default Remote NLS Option (CONFIG_SMB_NLS_DEFAULT), - Default codepage for FAT (CONFIG_FAT_DEFAULT_CODEPAGE), and - Default iocharset for FAT (CONFIG_FAT_DEFAULT_IOCHARSET). + Default NLS Option (, + Default Remote NLS Option (), + Default codepage for FAT (), and + Default iocharset for FAT (). There is no way to specify these settings for the ntfs filesystem at kernel compilation time.