新博客: http://qinchuan.me
全部博文(32)
分类: LINUX
2011-08-11 22:22:45
wget bz2
tar xjvf linux-2.6.34.10.tar.bz2
cd linux-2.6.34.10make menuconfig
Step 5. Installing the kernelmakemake modules
Step 6. Making an initrd imagesudo make installsudo make modules_install
cd /bootsudo mkinitramfs -o initrd.img-2.6.34.10 2.6.34.10
Step 8. Rebooting your systemsudo update-grub
sudo reboot