parent
b7812278a8
commit
67241b9626
|
@ -29,8 +29,7 @@ dependencies_check()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if ! lsmod | grep binfmt_misc >/dev/null
|
if ! grep -q "/proc/sys/fs/binfmt_misc" /proc/mounts; then
|
||||||
then
|
|
||||||
echo "Module binfmt_misc not loaded in host"
|
echo "Module binfmt_misc not loaded in host"
|
||||||
echo "Please run:"
|
echo "Please run:"
|
||||||
echo " sudo modprobe binfmt_misc"
|
echo " sudo modprobe binfmt_misc"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user