my-ostree-OS/akmods.sh

7 lines
149 B
Bash
Raw Normal View History

2023-09-16 11:47:05 +02:00
#!/bin/sh
KERNEL=$1
KERNEL_VERSION="$(rpm -q $KERNEL --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
2023-09-16 11:47:05 +02:00
2023-09-16 23:08:01 +02:00
akmods --force --kernels "${KERNEL_VERSION}"