aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gzip-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gzip-exp.xml')
-rw-r--r--chapter05/gzip-exp.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gzip-exp.xml b/chapter05/gzip-exp.xml
index f228ad4d9..8ab485d00 100644
--- a/chapter05/gzip-exp.xml
+++ b/chapter05/gzip-exp.xml
@@ -1,10 +1,10 @@
<sect2>
<title>Command explanations</title>
-<para><userinput>cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip $LFS/bin &&
-rm $LFS/usr/bin/gunzip $LFS/usr/bin/gzip:</userinput> The reason we don't
-simply use <quote>mv</quote> to move the files to the new location is
-because gunzip is a hardlink to gzip. On older distributions you can't
+<para><userinput>cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip $LFS/bin
+&amp;&amp; rm $LFS/usr/bin/gunzip $LFS/usr/bin/gzip:</userinput> The reason
+we don't simply use <quote>mv</quote> to move the files to the new location
+is because gunzip is a hardlink to gzip. On older distributions you can't
move a hardlink to another partition (and it's very possible that $LFS and
$LFS/usr are separate partitions). With more recent distributions this
isn't a problem. If you run mv to move hardlinks across partitions it'll