From 8f9069b37b44c1417787705f15071edf3d48b612 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 14 Feb 2002 14:58:00 +0000 Subject: spelling corrections git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gzip-exp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/gzip-exp.xml') 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: The reason we don't simply use mv 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 cp and discard the hardlink. But, we can't assume that every host distribution has a new enough kernel and -- cgit v1.2.3-54-g00ecf