home/bin/build-kernel.sh

14 lines
148 B
Bash
Raw Normal View History

2021-01-06 08:41:25 +01:00
#! /bin/bash
cd /usr/src/linux
2021-01-07 18:09:35 +01:00
make oldconfig
2021-01-06 08:41:25 +01:00
make menuconfig
make -j17
make modules_install
make install
2021-01-09 09:13:24 +01:00
grub-mkconfig -o /boot/grub/grub.cfg