Commit 04612e33 by Bogdan Purcareata Committed by Stéphane Graber

lxc-busybox: follow symlinks when inspecting busybox binary

parent 33275cc4
...@@ -187,7 +187,7 @@ configure_busybox() ...@@ -187,7 +187,7 @@ configure_busybox()
return 1 return 1
fi fi
file $(which busybox) | grep -q "statically linked" file -L $(which busybox) | grep -q "statically linked"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "warning : busybox is not statically linked." echo "warning : busybox is not statically linked."
echo "warning : The template script may not correctly" echo "warning : The template script may not correctly"
......
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