Commit a65ea78e by Ruben Jenster

checkconfig: Show LXC version in output.

parent fa1a9b4d
...@@ -52,6 +52,8 @@ is_probed() { ...@@ -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`"
......
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