diff --git a/LFSScripts/SysVBuild/HowTo b/LFSScripts/SysVBuild/HowTo index 1b610d88..2d320f88 100644 --- a/LFSScripts/SysVBuild/HowTo +++ b/LFSScripts/SysVBuild/HowTo @@ -78,6 +78,7 @@ cd $LFS #tar MUST be run as root to preserve permissions. #change ${HOME}/tools-${LFSVERSION}.tar.xz to suit. #make sure all virtual file systems etc are unmounted, including /LFSSourceArchives etc if you have mounted an extern drive there. +#If you did NOT bind an external disk to /LFSSourceArchives, you may want to add --exclude="./LFSSourceArchives" to the tar command below, ( no real need to include the source archives into the tools archive ). [sudo -E] tar --one-file-system --exclude="./LFSPkgBuilds" --exclude="./LFSScripts" --exclude="./LFSPkgBuildScripts" -apcv -f ${HOME}/tools-${LFSVERSION}.tar.xz . 9)