mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-14 16:25:11 +01:00
Added missing tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8036 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a2add74c24
commit
c8c2b89ebf
@ -66,11 +66,11 @@ EOF</userinput></screen>
|
|||||||
ru_RU.KOI8-R user would need the following in the options portion of its
|
ru_RU.KOI8-R user would need the following in the options portion of its
|
||||||
mount line in <filename>/etc/fstab</filename>:</para>
|
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>
|
<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>
|
<note>
|
||||||
<para>In the latter case, the kernel emits the following message:</para>
|
<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
|
<para>It is also possible to specify default codepage and iocharset values for
|
||||||
some filesystems during kernel configuration. The relevant parameters
|
some filesystems during kernel configuration. The relevant parameters
|
||||||
are named
|
are named
|
||||||
<quote>Default NLS Option</quote> (CONFIG_NLS_DEFAULT),
|
<quote>Default NLS Option</quote> (<option>CONFIG_NLS_DEFAULT)</option>,
|
||||||
<quote>Default Remote NLS Option</quote> (CONFIG_SMB_NLS_DEFAULT),
|
<quote>Default Remote NLS Option</quote> (<option>CONFIG_SMB_NLS_DEFAULT</option>),
|
||||||
<quote>Default codepage for FAT</quote> (CONFIG_FAT_DEFAULT_CODEPAGE), and
|
<quote>Default codepage for FAT</quote> (<option>CONFIG_FAT_DEFAULT_CODEPAGE</option>), and
|
||||||
<quote>Default iocharset for FAT</quote> (CONFIG_FAT_DEFAULT_IOCHARSET).
|
<quote>Default iocharset for FAT</quote> (<option>CONFIG_FAT_DEFAULT_IOCHARSET</option>).
|
||||||
There is no way to specify these settings for the
|
There is no way to specify these settings for the
|
||||||
ntfs filesystem at kernel compilation time.</para>
|
ntfs filesystem at kernel compilation time.</para>
|
||||||
<!-- Personally, I find it more foolproof to always specify the iocharset and
|
<!-- Personally, I find it more foolproof to always specify the iocharset and
|
||||||
|
Loading…
Reference in New Issue
Block a user