aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-01 11:13:32 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-22 23:17:28 +0200
commit784fdaed2562d19c6c630910d41650e889dc51b7 (patch)
tree7433a859c7b6a0c8f2171272044bbe1c3208da56 /chapter07
parent4467b18d3f43db4116864efa4171062c5d000602 (diff)
Remove all versiond entities
Diffstat (limited to 'chapter07')
-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.