On Thu, 2003-04-10 at 17:38, Danial Howard wrote:
Let me try that...
# rpm -Fvh kernel-2.2.24-6.2.3.i686.rpm # rpm -q kernel \ --queryformat "%{NAME}-%{VERSION}-%{RELEASE} %{ARCH}\n"
kernel-2.2.24-6.2.3 i386
So you see I still have the i386 kernel only. Any other ideas?
Did you reboot after installing the i686 kernel?
The "rpm -Fvh kernel*.rpm" above did not install an i686 kernel, so I did not reboot. The rpm database reports I have one kernel installed and it's the i386 kind. I'll try the "rpm -Uvh --force kernel*rpm" next.
Danial