Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added readme notes how to add source repository for DEB822-source format #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ This setting should persist for future and will not require repeating.

### Kernel sourcetree could not be found automatically

> [!IMPORTANT]
> If your OS is using [the new deb822-style repository format](https://manpages.debian.org/bookworm/apt/sources.list.5.en.html#DEB822-STYLE_FORMAT) (Ubuntu 24.04, Debian 12),
> in order to add the repository with kernel sourcetree, go to your system's sourcelist file (e.g. `/etc/apt/sources.list.d/ubuntu.sources`) and replace `Types: deb` with `Types: deb deb-src`.

In some rare cases, setup script may not find your kernel's sourcetree automatically. You may find appropriate sources by yourself
then and link them to DKMS module sources, e.g.

Expand Down