1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Update addon.py (#550)

This commit is contained in:
Pascal Vizeli
2018-07-04 00:51:01 +02:00
committed by GitHub
parent 0f72db45f9
commit f01945bf8c

View File

@@ -216,8 +216,8 @@ class DockerAddon(DockerInterface):
# DeviceTree support
if self.addon.with_devicetree:
volumes.update({
"/sys/firmware/devicetree": {
'bind': "/sys/firmware/devicetree", 'mode': 'ro'
"/sys/firmware/devicetree/base": {
'bind': "/proc/device-tree", 'mode': 'ro'
},
})