All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 9m12s
Reviewed-on: #72 Co-authored-by: Eriq Taing <eriq12@protonmail.com> Co-committed-by: Eriq Taing <eriq12@protonmail.com>
7 lines
168 B
Bash
7 lines
168 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -oue pipefail
|
|
|
|
QUALIFIED_KERNEL="$(rpm -qa | grep -P 'kernel-(\d+\.\d+\.\d+)' | sed -E 's/kernel-//')"
|
|
|
|
sudo akmods --kernels $QUALIFIED_KERNEL |