TheDanMan
08-11-2004 10:44:24
Anyone install yet? I used to be a RH junkie, but discovered the even more clicky nix OS mandrake. I saw that they included Firefox, personally I can't wait till it is included with Mandrake.
Live forum: /viewtopic.php?t=57
TheDanMan
08-11-2004 10:44:24
wolfie
08-11-2004 11:07:23
Despite
08-11-2004 14:24:54
Despite
10-11-2004 08:35:25
wolfjb
10-11-2004 09:47:47
TheDanMan
10-11-2004 10:08:38
Despite
10-11-2004 10:40:44
In order to eliminate the redundancy inherent in providing a separate package for the kernel source code when that source code already exists in the kernel's .src.rpm file, Fedora Core 3 no longer includes the kernel-source package. Users that require access to the kernel sources can find them in the kernel .src.rpm file. To create an exploded source tree from this file, perform the following steps (note that <version> refers to the version specification for your currently-running kernel):
1.
Obtain the kernel-<version>.src.rpm file from one of the following sources:
*
The SRPMS directory on the appropriate "SRPMS" CD iso image
*
The FTP site where you got the kernel package
*
By running the following command:
up2date --get-source kernel
2.
Install kernel-<version>.src.rpm (given the default RPM configuration, the files this package contains will be written to /usr/src/redhat/)
3.
Change directory to /usr/src/redhat/SPECS/, and issue the following command:
rpmbuild -bp --target=<arch> kernel.spec
(Where <arch> is the desired target architecture.)
On a default RPM configuration, the kernel tree will be located in /usr/src/redhat/BUILD/.
4.
In resulting tree, the configurations for the specific kernels shipped in Fedora Core 3 are in the /configs/ directory. For example, the i686 SMP configuration file is named /configs/kernel-<version>-i686-smp.config. Issue the following command to place the desired configuration file in the proper place for building:
cp <desired-file> ./.config
5.
Issue the following command:
make oldconfig
You can then proceed as usual.
Despite
10-11-2004 10:46:55
It's reading stuff like this the really turns me off to Fedora. It seems like it is really unstable. Maybe I'm reading more into it than is really there though. I read several reviews about FC2 almost all of which said to avoid it in favor of FC1. FC1 was touted as the more stable version while FC2 was more of the development distro for RedHat, and wasn't as stable. FC3 seems to continue this behavior, at least by what I'm reading here and other places. Too bad too. I personally have sworn off RPM based systems for personal use, so I'm not likely to use it anyway, even if it was touted as the best distro on the planet -- although I might be more willing to try it in that case.
Is this (very subjective) view of FC3 accurate? Is FC3 better or worse than FC2? Have you had enough time with it to form an opinion?