diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-04-05 19:03:40 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-04-05 19:03:40 +0000 |
commit | 1652151de9125c3833f105f68e11a7a043f30aee (patch) | |
tree | c6cc6e0c79fefba166b122130e65f68703e14615 /chapter08 | |
parent | 9e85ca23f4e4297faa57808098b5d0211f58d4ef (diff) |
Fixes for PDF output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 29eaa329b..21af0750c 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -61,16 +61,16 @@ EOF</userinput></screen> relevant character set definition (found under File systems -> Native Language Support) has been compiled into the kernel or built as a module. The <quote>codepage</quote> option is also needed for - vfat and smbfs filesystems. It - should be set to the codepage number used under MS-DOS in your country. E.g., - in order to mount USB flash drives, a ru_RU.KOI8-R user would need the - following line in <filename>/etc/fstab</filename>:</para> + vfat and smbfs filesystems. It should be set to the codepage number used + under MS-DOS in your country. E.g., in order to mount USB flash drives, a + ru_RU.KOI8-R user would need the following in the options portion of its + mount line in <filename>/etc/fstab</filename>:</para> -<screen>/dev/sda1 /media/flash vfat noauto,user,quiet,showexec,iocharset=koi8r,codepage=866 0 0</screen> +<screen>noauto,user,quiet,showexec,iocharset=koi8r,codepage=866</screen> - <para>The corresponding line for ru_RU.UTF-8 users is:</para> + <para>The corresponding options fragment for ru_RU.UTF-8 users is:</para> -<screen>/dev/sda1 /media/flash vfat noauto,user,quiet,showexec,iocharset=utf8,codepage=866 0 0</screen> +<screen>noauto,user,quiet,showexec,iocharset=utf8,codepage=866</screen> <note> <para>In the latter case, the kernel emits the following message:</para> |