|
|
以前编译内核2.6.24时用过命令:
#make-kpkg --append_to_version -sunday --initrd --revision=rev.01 kernel_image modules_image kernel_headers
#cd ..
#dpkg -i *.deb
安装了头文件,但这次系统没有启动起来,就把/lib/modules/
/usr/src /boot 生成的文件移除了
最近在原来的内核2.6.24上使用apt-get install 命令时出现错误:
Internal Error :could not find image(/boot/vmlinuz-2.6.24-sunday)
dpkg; error processing linux-image-2.6.24-sunday (--configure):
subprocess post-installation script return error exit status 2
Error were encountered while processing:
linxu-image-2.6.24-sunday
E: Sub-process /usr/bin/dkg return an error code(1)
难道因为安装了头文件,指定了错误的路径??
请高手指点!! |
|