diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-04-08 20:10:05 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-04-08 20:10:05 +0000 |
commit | c8c2b89ebfebdbc1a7f1ab6c27029c90aa38537c (patch) | |
tree | bf2e0e5776fe1e36557135b11e94bdb279e425d2 /chapter08 | |
parent | a2add74c247b9f295590a4faaf35a6aa365c27de (diff) |
Added missing tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8036 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 12 |
1 files 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</userinput></screen> ru_RU.KOI8-R user would need the following in the options portion of its mount line in <filename>/etc/fstab</filename>:</para> -<screen>noauto,user,quiet,showexec,iocharset=koi8r,codepage=866</screen> +<screen><literal>noauto,user,quiet,showexec,iocharset=koi8r,codepage=866</literal></screen> <para>The corresponding options fragment for ru_RU.UTF-8 users is:</para> -<screen>noauto,user,quiet,showexec,iocharset=utf8,codepage=866</screen> +<screen><literal>noauto,user,quiet,showexec,iocharset=utf8,codepage=866</literal></screen> <note> <para>In the latter case, the kernel emits the following message:</para> @@ -86,10 +86,10 @@ EOF</userinput></screen> <para>It is also possible to specify default codepage and iocharset values for some filesystems during kernel configuration. The relevant parameters are named - <quote>Default NLS Option</quote> (CONFIG_NLS_DEFAULT), - <quote>Default Remote NLS Option</quote> (CONFIG_SMB_NLS_DEFAULT), - <quote>Default codepage for FAT</quote> (CONFIG_FAT_DEFAULT_CODEPAGE), and - <quote>Default iocharset for FAT</quote> (CONFIG_FAT_DEFAULT_IOCHARSET). + <quote>Default NLS Option</quote> (<option>CONFIG_NLS_DEFAULT)</option>, + <quote>Default Remote NLS Option</quote> (<option>CONFIG_SMB_NLS_DEFAULT</option>), + <quote>Default codepage for FAT</quote> (<option>CONFIG_FAT_DEFAULT_CODEPAGE</option>), and + <quote>Default iocharset for FAT</quote> (<option>CONFIG_FAT_DEFAULT_IOCHARSET</option>). There is no way to specify these settings for the ntfs filesystem at kernel compilation time.</para> <!-- Personally, I find it more foolproof to always specify the iocharset and |