> > I have found this ftp: > ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/ > > but when I install the .src.rpm package I found many .patch files, not the > source code "as it". > It sounds like you're looking in the right place to get the kernel source. It gets installed in /usr/src/redhat/. If you type: ls /usr/src/redhat/SOURCES | grep -v patch you'll see that there is a linux-2.6.xx.tar.bz2 kernel. All those patches are simply the redhat changes to the vanilla kernel. The rpmbuild process will take care of all that for you. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list