https://github.com/caledoniaproject/lkm-build
Batch LKM build tool
https://github.com/caledoniaproject/lkm-build
Last synced: 3 months ago
JSON representation
Batch LKM build tool
- Host: GitHub
- URL: https://github.com/caledoniaproject/lkm-build
- Owner: CaledoniaProject
- Created: 2020-02-13T11:52:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T05:56:36.000Z (over 6 years ago)
- Last Synced: 2025-12-30T21:02:41.047Z (6 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introdcution
Build LKM in batch, works for all kernel versions released in CentOS 6-8, Ubuntu 16.04 and 18.04. For security reasons, not all scripts are released alongside this repo.
# Usage
1. Fetch all kernel-devel RPMs/DEBs with [download-all-kernels.py](download-all-kernels.py), extract them to somewhere you like
2. Build docker base image
3. Start a container and mount the previously extracted folder
4. Add necessary symbolic links to /lib/modules/$(uname)
5. Build all kernel modules
6. Profit