Files
kernel_dell_tom/README.md

31 lines
877 B
Markdown

# Kernel Customizing for my Dell notebooks
## Important
The repository uses git's lfs, large file system, to store pdf files.
If you want to work on the project and commit with git, you must first install **git-lfs**.
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/.
```