I would like to compile kernel 3.9.11 to add additional modules to precise puppy.
I loaded the corresponding devx.sfs and followed
http://puppylinux.org/wikka/CompilingKernel
However, step
Code: Select all
make modules_install
Code: Select all
make install
Code: Select all
sh <bla>/linux-3.9.11/arch/x86/boot/install.sh 3.9.11 arch/x86/boot/bzImage \
System.map "/boot"
<bla>/linux-3.9.11/arch/x86/boot/install.sh: line 49: /boot/vmlinuz: No such file or directory
cp: cannot create regular file `/boot/System.map': No such file or directory
Cannot find LILO.
How do I go on correctly? It seems that I have to exchange the old vmlinuz file with the new one and then I have to do something with LILO. But is LILO used on puppy?
Thanks in advance for help