mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
lxc-busybox: Remove warning for dynamically linked Busybox
The warning has been present since commit32b37181ea
(with no purpose stated). Support for dynamically linked Busybox has been added since commitbf6cc73696
. Haven't encountered any issues with dynamically linked Busybox in my last 2 years' testing. Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
cce8b5cf1d
commit
07e4c41f29
@ -304,13 +304,6 @@ configure_busybox()
|
||||
return 1
|
||||
fi
|
||||
|
||||
file -L $(which busybox) | grep -q "statically linked"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "warning : busybox is not statically linked."
|
||||
echo "warning : The template script may not correctly"
|
||||
echo "warning : setup the container environment."
|
||||
fi
|
||||
|
||||
# copy busybox in the rootfs
|
||||
cp $(which busybox) $rootfs/bin
|
||||
if [ $? -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user