From 3d92d63bde160bc5ac98f44ec2cc5dd524e06042 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 14 Jun 2020 15:24:09 +0000 Subject: Minor updates. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/stripping.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'chapter07') diff --git a/chapter07/stripping.xml b/chapter07/stripping.xml index 431affdc3..a31faadc3 100644 --- a/chapter07/stripping.xml +++ b/chapter07/stripping.xml @@ -107,7 +107,7 @@ strip --strip-unneeded $LFS/tools/bin/* - Backup / Restore + Backup Now that the essential tools have been created, its time to think about @@ -141,6 +141,10 @@ tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz . do not want to have the backup stored in root's home directory. + + + + Restore In case some mistakes have been made and you need to start over, you can @@ -152,13 +156,16 @@ tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz . restore the backup by executing the following commands: -cd $LFS && + + +cd $LFS && rm -rf ./* && -tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz +tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz -cd $LFS && +cd $LFS && rm -rf ./* && -tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz +tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz Again, double check that the environment has been setup properly -- cgit v1.2.3-54-g00ecf