akmods-and-correct-image-info (#72)
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 9m12s
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>
This commit was merged in pull request #72.
This commit is contained in:
7
files/scripts/buildakmods.sh
Normal file
7
files/scripts/buildakmods.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user