mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 18:26:30 +00:00
Update addon.py (#550)
This commit is contained in:
parent
0f72db45f9
commit
f01945bf8c
@ -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'
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user