Home: www.packetnexus.com
#install the Kernel RPM
rpm -ivh kernel-X.X.XX-X.i386.rpm
#make the initial RAM disk
mkinitrd /boot/initrd-X.X.XX.img X.X.XX-X
#edit LILO.conf to find the new kernel images
image=/boot/vmlinuz-X.X.XX-X
label=linux-test
root= read-only
#run the lilo command to write these changes to the boot sector LILO is installed on
lilo -v
Back to the Index