buildkernel script
This commit is contained in:
parent
44c3dbc8de
commit
b96d44e201
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
# But not these files...
|
||||
!.gitignore
|
||||
!make.conf
|
||||
!buildkernel.sh
|
||||
|
||||
# ...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
|
Loading…
Reference in New Issue
Block a user