diff options
Diffstat (limited to 'chapter05/gzip-exp.xml')
-rw-r--r-- | chapter05/gzip-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gzip-exp.xml b/chapter05/gzip-exp.xml index ceabd4d47..f228ad4d9 100644 --- a/chapter05/gzip-exp.xml +++ b/chapter05/gzip-exp.xml @@ -6,7 +6,7 @@ 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 seperate partitions). With more recent distributions this +$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 just do a regular <quote>cp</quote> and discard the hardlink. But, we can't assume that every host distribution has a new enough kernel and |