First upload!
This commit is contained in:
commit
cdc90f83e7
23 changed files with 788 additions and 0 deletions
6
akmod-rebuild-all.sh
Executable file
6
akmod-rebuild-all.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
echo "Building modules for all installed kernels."
|
||||
for kernel in /usr/src/kernels/*; do
|
||||
kernel=$(basename $kernel)
|
||||
/usr/sbin/akmods --force --kernels $kernel
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue