mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-06-25 11:26:30 +00:00
Map devicetree
This commit is contained in:
parent
946cc3d618
commit
78118a502c
@ -217,7 +217,7 @@ class DockerAddon(DockerInterface):
|
|||||||
if self.addon.with_devicetree:
|
if self.addon.with_devicetree:
|
||||||
volumes.update({
|
volumes.update({
|
||||||
"/sys/firmware/devicetree/base": {
|
"/sys/firmware/devicetree/base": {
|
||||||
'bind': "/proc/device-tree", 'mode': 'ro'
|
'bind': "/device-tree", 'mode': 'ro'
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user