diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-08-01 18:51:31 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-08-01 18:51:31 +0000 |
commit | 31294fd193c3a6fa3d9e7b14fa0ad038619c9dd4 (patch) | |
tree | 0ca7ba6469fcacdbb292ac583f62afd67ce734c3 | |
parent | e774b5472c3a7c315e9e981a7f97daef3f47ca04 (diff) |
PDF fix to match latter text changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 15 | ||||
-rw-r--r-- | chapter06/udev.xml | 2 |
2 files changed, 10 insertions, 7 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 3809e0918..c03b4cfb8 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -88,12 +88,12 @@ test would be carried out against the wrong Glibc. We can force the script to check the Glibc we have just installed with the following:</para> + <beginpage/> + <screen><userinput>sed -i \ 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \ scripts/test-installation.pl</userinput></screen> - <beginpage/> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> @@ -164,6 +164,8 @@ grep Error glibc-check-log</userinput></screen> </listitem> </itemizedlist> + <beginpage/> + <para>Though it is a harmless message, the install stage of Glibc will complain about the absence of <filename>/etc/ld.so.conf</filename>. Prevent this warning with:</para> @@ -227,6 +229,8 @@ localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen> <!-- The Live CD patches the localedata/SUPPORTED file instead of running localedef, the results are equivalent --> + <beginpage/> + </sect2> <sect2 id="conf-glibc" role="configuration"> @@ -245,8 +249,6 @@ localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen> the Glibc defaults do not work well in a networked environment. The time zone also needs to be configured.</para> - <beginpage/> - <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the following:</para> @@ -306,6 +308,8 @@ EOF</userinput></screen> </variablelist> + <beginpage/> + </sect2> <sect2 id="conf-ld" role="configuration"> @@ -329,8 +333,6 @@ EOF</userinput></screen> class="directory">/opt/lib</filename>, so add those directories to the dynamic loader's search path.</para> - <beginpage/> - <para>Create a new file <filename>/etc/ld.so.conf</filename> by running the following:</para> @@ -526,7 +528,6 @@ EOF</userinput></screen> <indexterm zone="ch-system-glibc pcprofiledump"> <primary sortas="b-pcprofiledump">pcprofiledump</primary> </indexterm> - <beginpage/> </listitem> </varlistentry> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index f73da536d..6d6507436 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -83,6 +83,8 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> extras/firmware extras/floppy extras/path_id \ extras/scsi_id extras/usb_id extras/volume_id" install</userinput></screen> + <beginpage/> + <variablelist> <title>The meaning of the make parameter:</title> |