Some finishing (?) touch in chapter

7

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11953 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Pierre Labastie 2020-06-18 07:14:06 +00:00
parent d66640ef1c
commit c071af03e3
3 changed files with 16 additions and 13 deletions

View File

@ -9,7 +9,7 @@
<?dbhtml dir="chapter07"?> <?dbhtml dir="chapter07"?>
<?dbhtml filename="chapter07.html"?> <?dbhtml filename="chapter07.html"?>
<title>Entering Chroot and Building Additional Tools</title> <title>Entering Chroot and Building Additional Temporary Tools</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="changingowner.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="changingowner.xml"/>

View File

@ -8,13 +8,16 @@
<sect1 id="ch-tools-stripping"> <sect1 id="ch-tools-stripping">
<?dbhtml filename="stripping.html"?> <?dbhtml filename="stripping.html"?>
<title>Finishing Temporary Tools</title> <title>Cleaning up and Saving the Temporary System</title>
<para> <note><para>
The steps in this section are optional. Skip this section entirely All the steps in this section are optional. Nevertheless, as soon
if you are not really short on disk space and do not want to create as you begin installing packages in <xref
a backup of the temporary tools. linkend="chapter-building-system"/>, the temporary tools will be
</para> overwritten. So it may be a good idea to do a backup of the temporary
tools as described below. The other steps are only needed if you are
really short on disk space.
</para></note>
<para> <para>
The following steps are performed from outside the chroot The following steps are performed from outside the chroot
@ -115,7 +118,7 @@ strip --strip-unneeded $LFS/tools/bin/*</userinput></screen>
built packages, your temporary tools are in a good state and might be built packages, your temporary tools are in a good state and might be
backed up for later reuse. In case of fatal failures in the subsequent backed up for later reuse. In case of fatal failures in the subsequent
chapters, it often turns out that removing everything and starting over chapters, it often turns out that removing everything and starting over
(more carefully) is the best option to recover. Unfortunatly, all the (more carefully) is the best option to recover. Unfortunately, all the
temporary tools will be removed, too. To avoid spending extra time to temporary tools will be removed, too. To avoid spending extra time to
redo something which has been built successfully, prepare a backup. redo something which has been built successfully, prepare a backup.
</para> </para>
@ -175,7 +178,7 @@ tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</computeroutput></screen>
<important> <important>
<para> <para>
If you left the chroot environment either to strip off debug If you left the chroot environment either to strip off debug
symbols, create a backup or restart building using a restore, symbols, create a backup, or restart building using a restore,
remember to mount the kernel virtual filesystems now again as remember to mount the kernel virtual filesystems now again as
described in <xref linkend='ch-tools-kernfs'/> and re-enter described in <xref linkend='ch-tools-kernfs'/> and re-enter
the chroot environment (see <xref linkend='ch-tools-chroot'/>) the chroot environment (see <xref linkend='ch-tools-chroot'/>)

View File

@ -1,13 +1,13 @@
<!ENTITY version "SVN-20200617"> <!ENTITY version "SVN-20200618">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases --> Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
<!ENTITY versiond "20200617-systemd"> <!ENTITY versiond "20200618-systemd">
<!ENTITY short-versiond "systemd"> <!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "20200615-systemd"> <!ENTITY generic-versiond "systemd">
<!ENTITY releasedate "June 17th, 2020"> <!ENTITY releasedate "June 18th, 2020">
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->