aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/cleanup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/cleanup.xml')
-rw-r--r--chapter07/cleanup.xml13
1 files changed, 3 insertions, 10 deletions
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}</userinput></screen>
</para>
</note>
-<screen role="nodump" revision="sysv"><userinput>cd $LFS
+<screen role="nodump"><userinput>cd $LFS
tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen>
-<screen role="nodump" revision="systemd"><userinput>cd $LFS
-tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .</userinput></screen>
-
</sect2>
<sect2>
@@ -157,14 +154,10 @@ tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .</userinput></screen>
environment variable is not set for the root user, it will destroy
your entire host system. YOU ARE WARNED.</para></warning>
-<screen role="nodump" revision="sysv"><computeroutput>cd $LFS
-rm -rf ./*
+<screen role="nodump"><computeroutput>cd $LFS
+rm -rf ./*
tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</computeroutput></screen>
-<screen role="nodump" revision="systemd"><computeroutput>cd $LFS
-rm -rf ./*
-tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</computeroutput></screen>
-
<para>
Again, double check that the environment has been setup properly
and continue building the rest of the system.