Antti J. Huhtala
2008-Jul-17 07:05 UTC
[CentOS] Replacing custom kernel with another - with same identifier
Hi list, I just finished building a custom kernel from 2.6.18-53.1.21 source rpm - this time with ISA bus and ISAPNP support which I accidentally left out of my previous attempt. Unfortunately, this time I forgot to change my identifier in kernel-2.6.spec file. Thus I now have one *installed* kernel version *without* ISA support, and another one *with* ISA support but as rpm, not yet installed. Both kernels now have identical identifiers. What is the safe way to remove the previous installed kernel version without taking out the uninstalled new version? Is the latter safe in ~/rpmbuild/RPMS if I use 'rpm -e' to remove the former version? TIA Antti
ne...
2008-Jul-17 08:16 UTC
[CentOS] Replacing custom kernel with another - with same identifier
On Thu, Jul 17, 2008 at 08:05, Antti J. Huhtala <ahuhtal4 at welho.com> wrote:> Hi list, > > I just finished building a custom kernel from 2.6.18-53.1.21 source rpm > - this time with ISA bus and ISAPNP support which I accidentally left > out of my previous attempt. > Unfortunately, this time I forgot to change my identifier in > kernel-2.6.spec file. Thus I now have one *installed* kernel version > *without* ISA support, and another one *with* ISA support but as rpm, > not yet installed. Both kernels now have identical identifiers. > > What is the safe way to remove the previous installed kernel version > without taking out the uninstalled new version? Is the latter safe in > ~/rpmbuild/RPMS if I use 'rpm -e' to remove the former version?There is no need to remove the old kernel. Use the --replacefiles option to rpm when installing the new kernel. Then verify that your grub.conf/lilo.conf has the correct entry. -- Laurence J. Peter - "Originality is the fine art of remembering what you hear but forgetting where you heard it."
Akemi Yagi
2008-Jul-17 17:11 UTC
[CentOS] Replacing custom kernel with another - with same identifier
On Thu, Jul 17, 2008 at 12:05 AM, Antti J. Huhtala <ahuhtal4 at welho.com> wrote:> Hi list, > > I just finished building a custom kernel from 2.6.18-53.1.21 source rpm > - this time with ISA bus and ISAPNP support which I accidentally left > out of my previous attempt. > Unfortunately, this time I forgot to change my identifier in > kernel-2.6.spec file. Thus I now have one *installed* kernel version > *without* ISA support, and another one *with* ISA support but as rpm, > not yet installed. Both kernels now have identical identifiers. > > What is the safe way to remove the previous installed kernel version > without taking out the uninstalled new version? Is the latter safe in > ~/rpmbuild/RPMS if I use 'rpm -e' to remove the former version?Hi Antti, I don't know if you have some reason and must stay at that old kernel, but I advise you get the current 2.6.18-92.1.6 kernel and rebuild. Then you'd have a chance to get your buildid in. Akemi