Unverified Commit 90c94e79 by Ruben Jenster Committed by Christian Brauner

checkconfig: Show LXC version in output.

parent 40d5ef1e
......@@ -52,6 +52,8 @@ is_probed() {
fi
}
echo "LXC version $(lxc-start --version)"
if [ ! -f $CONFIG ]; then
echo "Kernel configuration not found at $CONFIG; searching..."
KVER="`uname -r`"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment