diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-01-09 19:18:24 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-01-09 19:18:24 +0100 |
commit | 7fba0753d1a4511a3aa631982623afa001f846d9 (patch) | |
tree | 901468ebc5ba38d84455a0e1c4137dd899c8accb /chapter07 | |
parent | b029aa8bfb36e24d92ed2a048564f1e8ac773eb6 (diff) |
Add a note telling to reenter chroot after making a backup
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> |