mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 16:52:32 +00:00
Merge pull request #3480 from Drachenfels-GmbH/master
checkconfig: Show LXC version in output.
This commit is contained in:
commit
0ba7e64984
@ -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`"
|
||||||
|
Loading…
Reference in New Issue
Block a user