Linux 6.18 added debug version

This commit is contained in:
2025-12-06 21:57:17 +01:00
parent e1b06b3776
commit a4d95f2289
9 changed files with 40 additions and 32 deletions

View File

@@ -8,8 +8,23 @@ Afterwards, you can clone this repository.
## Troubleshooting
### GPG keys
If you have problems with GPG keys,
try to import keyID with
gpg --recv-keys 38DBBDC86092693E
B8AC08600F108CDF
### zipkmod
==> ERROR: options array contains unknown option 'zipkmod'
If this appears, you have to copy the file `50-zipkmod.sh` found in folder `/tidy/` at https://gitlab.archlinux.org/pacman/libmakepkg-dropins
to the folder `/usr/share/makepkg/tidy/`:
```
cd ~
wget https://gitlab.archlinux.org/pacman/libmakepkg-dropins/tidy/50-zipkmod.sh
mkdir -p /usr/share/makepkg/tidy
sudo install --compare --verbose --mode=644 50-zipkmod -t /usr/share/makepkg/tidy/.
```