https://github.com/nlm/kextract-debianinstaller
Script using docker to extract debian-installer kernels and modules for different architectures
https://github.com/nlm/kextract-debianinstaller
Last synced: 3 days ago
JSON representation
Script using docker to extract debian-installer kernels and modules for different architectures
- Host: GitHub
- URL: https://github.com/nlm/kextract-debianinstaller
- Owner: nlm
- License: mit
- Created: 2017-01-10T13:17:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T14:07:35.000Z (over 9 years ago)
- Last Synced: 2025-10-20T03:52:17.641Z (9 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-kextract
===============
Script using docker to extract debian-installer kernels and modules
for different architectures. It downloads the kernel and initrds from
debian mirrors and extracts the content of initrd to repack only the
modules in a tar archive.
How to Use
----------
### Simple mode
Download binaries from latest
[Github release](https://github.com/nlm/docker-kextract/releases/latest)
### Auto mode
```
./run.sh ARCH DIST
```
### Manual mode
```
mkdir ./workdir
docker run --rm -ti -v $(pwd)/workdir:/workdir nlimage/kextract ARCH DIST
```
Supported Distributions / Architectures
---------------------------------------
- jessie
- amd64
- arm64
- armhf
- i386
- powerpc
- ppc64el
- stretch
- amd64
- arm64
- armhf
- i386
- ppc64el
Other combinations may work but are untested