[__jool]: fail on unkown alpine kernel.
This commit is contained in:
parent
40d19f0ad6
commit
6a0647cd90
2 changed files with 6 additions and 1 deletions
|
@ -10,4 +10,10 @@ case $(uname -r) in
|
||||||
*-lts)
|
*-lts)
|
||||||
printf "jool-modules-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
|
esac
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
vm
|
|
Loading…
Reference in a new issue