buildkernel script

This commit is contained in:
Your Name 2025-06-27 22:23:49 -06:00
parent 44c3dbc8de
commit b96d44e201
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
# But not these files...
!.gitignore
!make.conf
!buildkernel.sh
# ...even if they are in subdirectories
!*/

3
buildkernel.sh Normal file
View File

@ -0,0 +1,3 @@
make -j17
make modules_install
genkernel --install --kernel-config=/usr/src/linux/.config initramfs