mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Clean /run and /tmp at the end of Chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7421f818d3
commit
7557ca61d2
@ -35,6 +35,16 @@
|
||||
</itemizedlist>
|
||||
</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>
|
||||
|
@ -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\$ ' \
|
||||
|
@ -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>
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "7.5">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user