编译 linux 内核

1 make menuconfig
2 make -j4 all
3 make modules_install && install
4 dracut -f /boot/boot/initramfs-xx.xx.xx.img xx.xx.xx
原文地址:https://www.cnblogs.com/brep/p/7554510.html