Am Donnerstag, 21. Februar 2008 21:32:01 schrieb Howard_apfc6:
> Hello,
> First I would like to let you know the lfslivecd-x86-6.3-r2160.iso
> boots and is running nicely on my old AMD k6-2 300mhz w/128 mbram.
Need a bit of time for LFS, isn't it?
> Thank you all for not leaving me in the dust!
>
> I am finished building chapter 5 and would like to back up $LFS/tools
> When I used tar I got these messages:
>
> tar -czf tools.tar.gz /mnt/lfs/tools
>
> tar: Removing leading '/' from member names
> tar: Removing leading '/' from hard link targets
>
> Will these be recoverable if I need to re-use?
It's all fine. In your tarball there will be the files recorded without the
leading slash (somewhat like mnt/lfs/...) This was intended for being a
security feature in tar to avoid overwriting the root file system by
accident. This is what you need to keep in mind in case of the need to
restore it. The restore will be done in the current directory, not in / .
> Would you recommend a different method?
I would prefer to
cd $LFS
tar -cjf /some/dir/mytarball.tar.bz2 .
because the directory nesting is not so deep in the archive. But that all is
more a matter of personal taste.
--
Thomas
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page