Vittorio wrote:
2) make-kpkg clean; make-kpkg --revision=test.01 kernel_image
Have you tried:
make-kpkg --revision=test.01 --initrd kernel_image
3) under /usr/src:
dpkg -i kernel-image-2.4.9-test.01-i386.deb
4) I've modified lilo accordingly
# stock kernel (I've renamed the original generic vmlinuz link out of
clarity)
image=/vmlinuz-2.4.9
label=Lin2.4
initrd=/boot/initrd #linked to /boot/initrd-2.4.9-686
read-only
# brand-new kernel (I've renamed the generic vmlinuz link out of
clarity as 'test')
image=/test
label=test
initrd=/boot/initrd #linked to /boot/initrd-2.4.9-686
read-only
5) lilo
--
Jerome