in chapter 6: module-init-tools "tar -xvf ../module-init-tools-testsuite-3.1.tar.bz2 --strip-path=1 &&"
since tar version 1.15.1, the --strip-path option is no longer available and replaced with --strip-components, the command above would return error stating --stript-path option is not known. also a small suggestion in chapter 6: glibc the command: "make -k check > glibc-check-log 2>&1" it might be better to use this instead: "make -k check &> | tee glibc-check-log" regards, ario I like Salmonfish . Send instant messages to your online friends http://au.messenger.yahoo.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
