Brannon Klopfer <[EMAIL PROTECTED]> wrote: > The script downloads and compiles the kernel source, then tar's all the > modules and kernel into a nice tarball, which is then accessible at > http://www.stanford.edu/~bklopfer/kernel+mods.tar .
I tried to download the archive but got a 404 error. What does it contain? (I'd be interested in `tar tv' output). > this file via wget, I untar it with "sudo tar xvf kernel+mods.tar -C /" Sorry, did you mean tar -C / -xvf kernel+mods.tar (The order of options is important here). Regards, Sergey _______________________________________________ Bug-tar mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-tar
