Merge pull request #3480 from Drachenfels-GmbH/master

checkconfig: Show LXC version in output.
This commit is contained in:
Christian Brauner 2020-07-08 12:37:39 +02:00 committed by GitHub
commit 0ba7e64984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,8 @@ is_probed() {
fi fi
} }
echo "LXC version $(lxc-start --version)"
if [ ! -f $CONFIG ]; then if [ ! -f $CONFIG ]; then
echo "Kernel configuration not found at $CONFIG; searching..." echo "Kernel configuration not found at $CONFIG; searching..."
KVER="`uname -r`" KVER="`uname -r`"