Skip to content

mtucci/debian-vanilla-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This container downloads the latest stable vanilla kernel from kernel.org and it compiles it using the latest kernel config file in the /boot directory on the host as the starting configuration.

Example usage:

docker build -t debian-vanilla-kernel .
docker run --rm -v /boot:/boot -v $PWD/build:/build debian-vanilla-kernel

The resulting .deb packages can be found in the build directory.

About

Build the debian package of the vanilla kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published