Author: manuel
Date: 2006-03-23 12:35:03 -0700 (Thu, 23 Mar 2006)
New Revision: 1315
Modified:
trunk/BOOK/final-system/common/glibc.xml
trunk/BOOK/final-system/common/shadow.xml
trunk/BOOK/final-system/common/stripping.xml
trunk/BOOK/final-system/multilib/shadow-n32.xml
Log:
Added a few nodump attributes to final-system chapter files.
Modified: trunk/BOOK/final-system/common/glibc.xml
===================================================================
--- trunk/BOOK/final-system/common/glibc.xml 2006-03-23 18:27:57 UTC (rev
1314)
+++ trunk/BOOK/final-system/common/glibc.xml 2006-03-23 19:35:03 UTC (rev
1315)
@@ -168,7 +168,7 @@
will install the minimum set of locales necessary for the tests to run
successfully:</para>
-<screen><userinput>mkdir -pv /usr/lib/locale
+<screen role="nodump"><userinput>mkdir -pv /usr/lib/locale
localedef -i de_DE -f ISO-8859-1 de_DE
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
localedef -i en_HK -f ISO-8859-1 en_HK
Modified: trunk/BOOK/final-system/common/shadow.xml
===================================================================
--- trunk/BOOK/final-system/common/shadow.xml 2006-03-23 18:27:57 UTC (rev
1314)
+++ trunk/BOOK/final-system/common/shadow.xml 2006-03-23 19:35:03 UTC (rev
1315)
@@ -169,7 +169,7 @@
<para>To enable shadowed group passwords, run:</para>
-<screen><userinput>grpconv</userinput></screen>
+<screen role="nodump"><userinput>grpconv</userinput></screen>
<para>Under normal circumstances, passwords will not have been created
yet. However, if returning to this section later to enable shadowing,
Modified: trunk/BOOK/final-system/common/stripping.xml
===================================================================
--- trunk/BOOK/final-system/common/stripping.xml 2006-03-23 18:27:57 UTC
(rev 1314)
+++ trunk/BOOK/final-system/common/stripping.xml 2006-03-23 19:35:03 UTC
(rev 1315)
@@ -28,11 +28,11 @@
<xref linkend="chapter-chroot" role=","/> first exit from
chroot:</para>
-<screen os="d"><userinput>logout</userinput></screen>
+<screen os="d" role="nodump"><userinput>logout</userinput></screen>
<para os="e">Then reenter it with:</para>
-<screen os="f"><userinput>chroot $LFS /tools/bin/env -i \
+<screen os="f" role="nodump"><userinput>chroot $LFS /tools/bin/env -i \
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/tools/bin/bash --login</userinput></screen>
Modified: trunk/BOOK/final-system/multilib/shadow-n32.xml
===================================================================
--- trunk/BOOK/final-system/multilib/shadow-n32.xml 2006-03-23 18:27:57 UTC
(rev 1314)
+++ trunk/BOOK/final-system/multilib/shadow-n32.xml 2006-03-23 19:35:03 UTC
(rev 1315)
@@ -32,7 +32,7 @@
<para>You will also need to use the follow sed after the configuration
command
to make sure the correct library is linked.</para>
- <screen><userinput>sed -i libtool \
+ <screen role="nodump"><userinput>sed -i libtool \
-e 's@\(^sys_lib_search_path_spec=\).*@\1"/lib32 /usr/lib32
/usr/local/lib32"@g' \
-e 's@\(^sys_lib_dlsearch_path_spec=\).*@\1"/lib32 /usr/lib32
/usr/local/lib32"@g'</userinput></screen>
</note>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
|