Quote:
Originally posted by Kensai
Is it on the cd's or is there anyway to download it???
|
During the install I recommend to install the 'development packages' which will install the kernel source (the package name is 'linux-source').
This and many of the devel tools are not on the iso, and will require you to do a network install (the ISO supports this to supplement the pakcages on the ISO), or install the development tools after the cdrom install has finished. Just to clarify:
There are two install methods: floppy and cdrom. the floppy downloads and installs everything via the network. The cdrom method can do a complete network install (like the floppy), cdrom only install (base package set), or use both network and cdrom repositories (packages are only downloaded if there is a newer version on the net, or not existing on local cdrom).
If you don't install it at install time, you can install it later with the command:
yum install linux-source
or
yum install linux-smp-source
or
yum groupinstall devel
I hope that makes sence...
