From 784fdaed2562d19c6c630910d41650e889dc51b7 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 | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'chapter07/cleanup.xml') diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml index 47cf91094..c50c65f06 100644 --- a/chapter07/cleanup.xml +++ b/chapter07/cleanup.xml @@ -127,12 +127,9 @@ umount $LFS/{sys,proc,run,dev} -cd $LFS +cd $LFS tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz . -cd $LFS -tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz . - @@ -157,14 +154,10 @@ tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz . environment variable is not set for the root user, it will destroy your entire host system. YOU ARE WARNED. -cd $LFS -rm -rf ./* +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