linux fan wrote: > Building development book in chapter06 > Tar keeps saying: > > tar: Record size = 8 blocks > > tools/bin/tar --version > tar (GNU tar) 1.22 > > Did I miss something? > Is there a fix?
Absolutely normal. There is a fix to suppress this warning in the next version of tar, but that hasn't been released yet. It is a valid warning for magnetic tape, but not for disk. Just ignore it. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
