diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-01-13 18:28:30 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-01-13 18:28:30 -0600 |
commit | 5ff21a47f918e5ed290dfb588db59558e9567d53 (patch) | |
tree | 044fcf98294f160258f52377bc107e295bed40be /chapter07 | |
parent | 194e133dc07d4c0f5005f03ceacfa45f92817dba (diff) | |
parent | 7fba0753d1a4511a3aa631982623afa001f846d9 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/cleanup.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml index ad5d96992..0d06bd68b 100644 --- a/chapter07/cleanup.xml +++ b/chapter07/cleanup.xml @@ -130,6 +130,13 @@ umount $LFS/{sys,proc,run,dev}</userinput></screen> <screen role="nodump"><userinput>cd $LFS tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen> + <note> + <para> + If continuing to chapter 8, don't forget to reenter the chroot + environment as explained in the <quote>Important</quote> box below. + </para> + </note> + </sect2> <sect2> |