On Mon, Dec 10, 2001 at 04:21:00PM +1100, Jonathan Kelly wrote: > Hi All, > > I was wondering what others do in regards to keeping up-to-date with > kernel releases. Doesn't anyone know a good site that gives an overview
The other posters in this thread have given some pretty good advice; a tip that may save you disk space is using 'cp -al' to copy kernel trees. What that does is hardlink everything in both directories. When you apply a patch, patch realises it is hardlink'ed and skip the file. If it has to do something it deletes and recreates the file. Very handy. Anand -- linux.org.au/conf/ | "Knowledge is of two kinds: we know a Attend. Learn. Advocate. | subject ourselves, or we know where we can 6-9 Feb 2002, Brisbane. | find information upon it." -- Samuel Johnson -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
