Here's what I did
# cd /media/SlackDVD/testing/packages/
# installpkg *2.6.38.4*txz
# mkinitrd -c -k 2.6.38.4 -f ext4 -r /dev/sda2 -m jbd2:mbcache:ext4 -u -o /boot/initrd.gz
editing lilo
# vi /etc/lilo.conf
# Linux bootable partition config begins
image = /boot/vmlinuz-generic-2.6.38.4
initrd = /boot/initrd.gz
root = /dev/sda2
label = Lnx26384
read-only
# Linux bootable partition config ends
$ uname -r
2.6.38.4
So now, when i'm #
slackpkg upgrade-all, I have this message:
Code:
Checking local integrity... DONE
You have a broken /var/log/packages - with two versions of the same package.
The list of packages duplicated in your machine are shown below, but don't
worry about this list - when you select your action, slackpkg will show a
better list:
kernel-firmware-2.6.37.6-noarch-2
kernel-firmware-2.6.38.4-noarch-1
kernel-generic-2.6.37.6-x86_64-2
kernel-generic-2.6.38.4-x86_64-1
kernel-headers-2.6.37.6-x86-2
kernel-headers-2.6.38.4-x86-1
kernel-huge-2.6.37.6-x86_64-2
kernel-huge-2.6.38.4-x86_64-1
kernel-modules-2.6.37.6-x86_64-2
kernel-modules-2.6.38.4-x86_64-1
kernel-source-2.6.37.6-noarch-2
kernel-source-2.6.38.4-noarch-1
You can (B)lacklist, (R)emove, or (I)gnore these packages.
Select your action (B/R/I):
What should I do? Is the procedure I followed was correct?
.