crouton icon indicating copy to clipboard operation
crouton copied to clipboard

Detect whether we are running in containers and act responsively.

Open arbuztw opened this issue 9 years ago • 1 comments

Detect whether we are running in containers by inspecting the environment variable $container. If we are in container, we are not able to remount or change the config in /proc/sys/*, so just skip them. We also have to patch debootstrap since we are not able to mknod and we don't want to start services in containers.

arbuztw avatar Sep 03 '15 03:09 arbuztw

vboot_is_safe is also noisy, because of mount --bind / "$tmp"

drinkcat avatar Sep 22 '15 07:09 drinkcat