Author: bdubbs
Date: Tue Jan 14 11:36:32 2014
New Revision: 10440

Log:
Clean /run and /tmp at the end of Chapter 6

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/chroot.xml
   trunk/BOOK/chapter06/revisedchroot.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Thu Jan  9 15:16:51 2014        (r10439)
+++ trunk/BOOK/chapter01/changelog.xml  Tue Jan 14 11:36:32 2014        (r10440)
@@ -36,6 +36,16 @@
     </listitem>
 -->
     <listitem>
+      <para>2014-01-14</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Clean up /run and /tmp.  Fixes
+          <ulink url="&lfs-ticket-root;3463">#3463</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2014-01-02</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/chroot.xml
==============================================================================
--- trunk/BOOK/chapter06/chroot.xml     Thu Jan  9 15:16:51 2014        (r10439)
+++ trunk/BOOK/chapter06/chroot.xml     Tue Jan 14 11:36:32 2014        (r10440)
@@ -15,7 +15,7 @@
   class="username">root</systemitem>, run the following command to enter the
   realm that is, at the moment, populated with only the temporary tools:</para>
 
-<screen><userinput>chroot "$LFS" /tools/bin/env -i \
+<screen role="nodump"><userinput>chroot "$LFS" /tools/bin/env -i \
     HOME=/root                  \
     TERM="$TERM"                \
     PS1='\u:\w\$ '              \

Modified: trunk/BOOK/chapter06/revisedchroot.xml
==============================================================================
--- trunk/BOOK/chapter06/revisedchroot.xml      Thu Jan  9 15:16:51 2014        
(r10439)
+++ trunk/BOOK/chapter06/revisedchroot.xml      Tue Jan 14 11:36:32 2014        
(r10440)
@@ -10,10 +10,14 @@
 
   <title>Cleaning Up</title>
 
+  <para>Finally, clean up some extra files left around from running 
tests:</para>
+
+<screen><userinput>rm -rf /run/* /tmp/*</userinput></screen>
+
   <para>From now on, when reentering the chroot environment after
   exiting, use the following modified chroot command:</para>
 
-<screen><userinput>chroot "$LFS" /usr/bin/env -i \
+<screen role="nodump"><userinput>chroot "$LFS" /usr/bin/env -i \
     HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
     PATH=/bin:/usr/bin:/sbin:/usr/sbin \
     /bin/bash --login</userinput></screen>

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Jan  9 15:16:51 2014        (r10439)
+++ trunk/BOOK/general.ent      Tue Jan 14 11:36:32 2014        (r10440)
@@ -1,5 +1,5 @@
-<!ENTITY version         "SVN-20140102">
-<!ENTITY releasedate     "January 2, 2014">
+<!ENTITY version         "SVN-20140114">
+<!ENTITY releasedate     "January 14, 2014">
 <!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone       "7.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to