Skip to content

ich777/unraid_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unraid Kernel

This repository contains:

Docker container:

This container enables you to compile drivers for your very own Unraid instance, create driver packages and even to upload them to GitHub.

By default it ships with a SSH server that you can connect to on port 8022 with the user 'root' and password 'secret' (password is of course changable).

In the default configuration the container will try to download and extract a pre-compiled Kernel version for your running Unraid version.
After that the container is prepared so that you can connect through the console or SSH and start compiling your driver(s).
Please watch your container log, it will tell you when everything is done or if a error occoured.

ATTENTION: Please choose the correct container image that matches the description on GitHub for your pre-compiled Unraid version (eg: all pre-compiled Unraid Kernels for Unraid 6.12.x are based on gcc_11.2.0).

For more information please contact me on the Unraid forums (Username: ich777) or open up a GitHub issue.

Third party software:

This container includes github-release from this repository.