Linux 6.18 added debug version
This commit is contained in:
15
README.md
15
README.md
@@ -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/.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user