6 lines
272 B
Plaintext
6 lines
272 B
Plaintext
|
. lib/lsb/init-functions
|
||
|
if [ -z "`cards list|grep kernel-lts\ `" ]; then
|
||
|
log_warning_msg "${WARNING}kernel-lts${NORMAL} is not installed"
|
||
|
log_warning_msg "${WARNING}Either recompile the 'virtualbox-cli' package with your kernel, either using the kernel 'kernel-LTS"
|
||
|
fi
|