From 615f5b80b0502c3b22e82d49cdd67e009081751c Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 1 Sep 2021 11:13:32 +0200 Subject: Remove all versiond entities --- chapter07/cleanup.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'chapter07') diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml index 36af2cfaa..b4eacad1a 100644 --- a/chapter07/cleanup.xml +++ b/chapter07/cleanup.xml @@ -114,12 +114,9 @@ umount $LFS/{sys,proc,run} -cd $LFS +cd $LFS tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz . -cd $LFS -tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz . - Replace $HOME by a directory of your choice if you do not want to have the backup stored in environment variable is not set for the root user, it will destroy your entire host system. YOU ARE WARNED. -cd $LFS +cd $LFS rm -rf ./* tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz -cd $LFS -rm -rf ./* -tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz - Again, double check that the environment has been setup properly and continue building the rest of the system. -- cgit v1.2.3-54-g00ecf