On Mon, 10 Feb 2003, Michael Brailsford suggested we build a large wooden...: <snip> > Anyone have ideas how to pkg up a kernel so I get all the compiled > modules I have (not like I have many, but the module in question is > one). The kernel is easy, but I am not sure where the modules reside. > Do they reside in /usr/src/linux somewhere?
Try /lib/modules/<kernel-version> You can probably just tar up that tree: tar cjf /tmp/modules-`uname -r`.tar.bz2 /lib/modules/`uname -r` Frank --------------------------------------------------------------------------- Frank Sorenson - KD7TZK CSR Computer Science Department Brigham Young University [EMAIL PROTECTED] ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list
