Introduce initial linux59-rc-tkg

No alternative CPU scheduler, Fsync or Nvidia prop blobs support
This commit is contained in:
Tk-Glitch
2020-08-17 14:52:49 +02:00
parent 0d144b2590
commit 25d9259519
20 changed files with 23019 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
for _f in /usr/lib/modules/*tkg*; do
if [[ ! -e ${_f}/vmlinuz ]]; then
rm -rf "$_f"
fi
done
# vim:set ft=sh sw=2 et: