buildkernel script
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@
|
|||||||
# But not these files...
|
# But not these files...
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!make.conf
|
!make.conf
|
||||||
|
!buildkernel.sh
|
||||||
|
|
||||||
# ...even if they are in subdirectories
|
# ...even if they are in subdirectories
|
||||||
!*/
|
!*/
|
||||||
|
|||||||
3
buildkernel.sh
Normal file
3
buildkernel.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
make -j17
|
||||||
|
make modules_install
|
||||||
|
genkernel --install --kernel-config=/usr/src/linux/.config initramfs
|
||||||
Reference in New Issue
Block a user