From 792392f944afb933219af0d4d733ef3482cf34eb Mon Sep 17 00:00:00 2001 From: Mikhail Samodurov <20065717+easymoney322@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:01:47 +0500 Subject: [PATCH] Added readme notes how to add source repository for DEB822-source format Signed-off-by: Mikhail Samodurov <20065717+easymoney322@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0fa22a56..66682845 100644 --- a/README.md +++ b/README.md @@ -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.