Skip to content

nlm/docker-kextract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

Script using docker to extract debian-installer kernels and modules for different architectures

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages