This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Description
Balena supervisor will bind mount the host OS /sys into the container if label io.balena.features.sysfs is set so customer might see some error like this mount: /sys/kernel/debug: nodev already mounted or mount point busy. in the logs if both UDEV and the label above is set.
The entry script should check the mount point before mounting to avoid this conflict.