Changeset 76f695d for chapter08


Ignore:
Timestamp:
07/30/2006 07:30:21 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
5f91d6e
Parents:
8035189c
Message:

Splitted some commands to fit into PDF page size.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/fstab.xml

    r8035189c r76f695d  
    6767  following line in <filename>/etc/fstab</filename>:</para>
    6868
    69 <screen>/dev/sda1    /media/flash vfat noauto,user,quiet,showexec,iocharset=koi8r,codepage=866 0 0</screen>
     69<screen><literal>/dev/sda1    /media/flash vfat
     70    noauto,user,quiet,showexec,iocharset=koi8r,codepage=866 0 0</literal></screen>
    7071
    7172  <para>The corresponding line for ru_RU.UTF-8 users is:</para>
    7273
    73 <screen>/dev/sda1    /media/flash vfat noauto,user,quiet,showexec,iocharset=utf8,codepage=866 0 0</screen>
     74<screen><literal>/dev/sda1    /media/flash vfat
     75    noauto,user,quiet,showexec,iocharset=utf8,codepage=866 0 0</literal></screen>
    7476
    7577  <note><para>In the latter case, the kernel emits the following message:</para>
    7678
    77 <screen><computeroutput>FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!</computeroutput></screen>
     79<screen><computeroutput>FAT: utf8 is not a recommended IO charset for FAT filesystems,
     80    filesystem will be case sensitive!</computeroutput></screen>
    7881
    7982  <para>This negative recommendation should be ignored, since all other values
Note: See TracChangeset for help on using the changeset viewer.