1
[root@localhost linux-2.6.35.i686]# make menuconfig
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
2
[root@localhost linux-2.6.35.i686]# yum install libncurses*
[root@localhost linux-2.6.35.i686]# yum install *ncurses-devel
3
make menuconfig
4
make bzImage && make modules
make install(生成initrmfs,img 并把initramfs/kernel copy到/boot,修改/boot/grub/grub.conf)
阅读(820) | 评论(0) | 转发(0) |