[__jool]: fail on unkown alpine kernel.

This commit is contained in:
sparrowhawk 2021-04-21 15:35:13 +02:00
parent 40d19f0ad6
commit 6a0647cd90
No known key found for this signature in database
GPG Key ID: 6778C9C29C02D691
2 changed files with 6 additions and 1 deletions

View File

@ -10,4 +10,10 @@ case $(uname -r) in
*-lts)
printf "jool-modules-lts"
;;
*)
cat <<- EOF >&2
Incompatible kernel version found - could not install jool kernel
modules. Please use one of linux-lts or linux-virt.
EOF
exit 1
esac

View File

@ -1 +0,0 @@
vm