diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-08-03 19:29:29 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-08-03 19:29:29 +0000 |
commit | c226182dc5ff37f733c895ab16483ebd37c02bcc (patch) | |
tree | 82a9abff83df5aa35fec4fd1539091cfb7920ef2 /chapter08 | |
parent | a15464dfe656aec48ced77b2ded760f0cc639ad7 (diff) |
Ported updates from 6.2 branch.
Small tags fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 13 | ||||
-rw-r--r-- | chapter08/kernel.xml | 5 |
2 files changed, 10 insertions, 8 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index f5e1ba626..939f2c7f2 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -72,13 +72,16 @@ EOF</userinput></screen> <screen>/dev/sda1 /media/flash vfat noauto,user,quiet,showexec,iocharset=utf8,codepage=866 0 0</screen> - <note><para>In the latter case, the kernel emits the following message:</para> + <note> + <para>In the latter case, the kernel emits the following message:</para> -<screen><computeroutput>FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!</computeroutput></screen> +<screen><computeroutput>FAT: utf8 is not a recommended IO charset for FAT filesystems, + filesystem will be case sensitive!</computeroutput></screen> - <para>This negative recommendation should be ignored, since all other values - of the <quote>iocharset</quote> option result in wrong display of filenames in - UTF-8 locales.</para></note> + <para>This negative recommendation should be ignored, since all other values + of the <quote>iocharset</quote> option result in wrong display of filenames in + UTF-8 locales.</para> + </note> <para>It is also possible to specify default codepage and iocharset values for some filesystems during kernel configuration. The relevant parameters diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index afb2df34b..4ef9bb44e 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -117,8 +117,8 @@ <para>Install the documentation for the Linux kernel:</para> -<screen>install -d /usr/share/doc/linux-&linux-version; && -cp -r Documentation/* /usr/share/doc/linux-&linux-version;</screen> +<screen><userinput>install -d /usr/share/doc/linux-&linux-version; && +cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen> <para>It is important to note that the files in the kernel source directory are not owned by <emphasis>root</emphasis>. Whenever a @@ -154,7 +154,6 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</screen> </sect2> - <sect2 id="contents-kernel" role="content"> <title>Contents of Linux</title> |